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 StartEventsDetectionJobResult

    • Constructor Detail

      • StartEventsDetectionJobResult

        public StartEventsDetectionJobResult()
    • Method Detail

      • setJobId

        public void setJobId(String jobId)

        An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.

        Parameters:
        jobId - An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
      • getJobId

        public String getJobId()

        An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.

        Returns:
        An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
      • withJobId

        public StartEventsDetectionJobResult withJobId(String jobId)

        An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.

        Parameters:
        jobId - An unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.
        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 events 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>:events-detection-job/<job-id>

        The following is an example job ARN:

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

        Parameters:
        jobArn - The Amazon Resource Name (ARN) of the events 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>:events-detection-job/<job-id>

        The following is an example job ARN:

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

      • getJobArn

        public String getJobArn()

        The Amazon Resource Name (ARN) of the events 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>:events-detection-job/<job-id>

        The following is an example job ARN:

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

        Returns:
        The Amazon Resource Name (ARN) of the events 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>:events-detection-job/<job-id>

        The following is an example job ARN:

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

      • withJobArn

        public StartEventsDetectionJobResult withJobArn(String jobArn)

        The Amazon Resource Name (ARN) of the events 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>:events-detection-job/<job-id>

        The following is an example job ARN:

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

        Parameters:
        jobArn - The Amazon Resource Name (ARN) of the events 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>:events-detection-job/<job-id>

        The following is an example job ARN:

        arn:aws:comprehend:us-west-2:111122223333:events-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 events detection job.

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

        public String getJobStatus()

        The status of the events detection job.

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

        public StartEventsDetectionJobResult withJobStatus(String jobStatus)

        The status of the events detection job.

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

        public StartEventsDetectionJobResult withJobStatus(JobStatus jobStatus)

        The status of the events detection job.

        Parameters:
        jobStatus - The status of the events detection 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 によって変換されたページ (->オリジナル) /