JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.comprehend.model

Class StartPiiEntitiesDetectionJobResult

    • Constructor Detail

      • StartPiiEntitiesDetectionJobResult

        public StartPiiEntitiesDetectionJobResult()
    • Method Detail

      • setJobId

        public void setJobId(String jobId)

        The identifier generated for the job.

        Parameters:
        jobId - The identifier generated for the job.
      • getJobId

        public String getJobId()

        The identifier generated for the job.

        Returns:
        The identifier generated for the job.
      • withJobId

        public StartPiiEntitiesDetectionJobResult withJobId(String jobId)

        The identifier generated for the job.

        Parameters:
        jobId - The identifier generated for the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setJobArn

        public void setJobArn(String jobArn)

        The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:

        arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id>

        The following is an example job ARN:

        arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab

        Parameters:
        jobArn - The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:

        arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id>

        The following is an example job ARN:

        arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab

      • getJobArn

        public String getJobArn()

        The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:

        arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id>

        The following is an example job ARN:

        arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab

        Returns:
        The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:

        arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id>

        The following is an example job ARN:

        arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab

      • withJobArn

        public StartPiiEntitiesDetectionJobResult withJobArn(String jobArn)

        The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:

        arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id>

        The following is an example job ARN:

        arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab

        Parameters:
        jobArn - The Amazon Resource Name (ARN) of the PII entity detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows:

        arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id>

        The following is an example job ARN:

        arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setJobStatus

        public void setJobStatus(String jobStatus)

        The status of the job.

        Parameters:
        jobStatus - The status of the job.
        See Also:
        JobStatus
      • getJobStatus

        public String getJobStatus()

        The status of the job.

        Returns:
        The status of the job.
        See Also:
        JobStatus
      • withJobStatus

        public StartPiiEntitiesDetectionJobResult withJobStatus(String jobStatus)

        The status of the job.

        Parameters:
        jobStatus - The status of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus
      • withJobStatus

        public StartPiiEntitiesDetectionJobResult withJobStatus(JobStatus jobStatus)

        The status of the job.

        Parameters:
        jobStatus - The status of the job.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JobStatus
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /