public static interface StartTopicsDetectionJobResponse.Builder extends ComprehendResponse.Builder, CopyableBuilder<StartTopicsDetectionJobResponse.Builder,StartTopicsDetectionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StartTopicsDetectionJobResponse.Builder |
jobId(String jobId)
The identifier generated for the job.
|
StartTopicsDetectionJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the job:
|
StartTopicsDetectionJobResponse.Builder |
jobStatus(String jobStatus)
The status of the job:
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildStartTopicsDetectionJobResponse.Builder jobId(String jobId)
The identifier generated for the job. To get the status of the job, use this identifier with the
DescribeTopicDetectionJob operation.
jobId - The identifier generated for the job. To get the status of the job, use this identifier with the
DescribeTopicDetectionJob operation.StartTopicsDetectionJobResponse.Builder jobStatus(String jobStatus)
The status of the job:
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the DescribeTopicDetectionJob operation.
jobStatus - The status of the job:
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the DescribeTopicDetectionJob
operation.
JobStatus,
JobStatusStartTopicsDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
The status of the job:
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the DescribeTopicDetectionJob operation.
jobStatus - The status of the job:
SUBMITTED - The job has been received and is queued for processing.
IN_PROGRESS - Amazon Comprehend is processing the job.
COMPLETED - The job was successfully completed and the output is available.
FAILED - The job did not complete. To get details, use the DescribeTopicDetectionJob
operation.
JobStatus,
JobStatusCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.