public static interface StartSentimentDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StartSentimentDetectionJobResponse.Builder,StartSentimentDetectionJobResponse>
Modifier and Type | Method and Description |
---|---|
StartSentimentDetectionJobResponse.Builder |
jobId(String jobId)
The identifier generated for the job.
|
StartSentimentDetectionJobResponse.Builder |
jobStatus(JobStatus jobStatus)
The status of the job.
|
StartSentimentDetectionJobResponse.Builder |
jobStatus(String jobStatus)
The status of the job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
StartSentimentDetectionJobResponse.Builder jobId(String jobId)
The identifier generated for the job. To get the status of a job, use this identifier with the operation.
jobId
- The identifier generated for the job. To get the status of a job, use this identifier with the
operation.StartSentimentDetectionJobResponse.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 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 operation.
JobStatus
,
JobStatus
StartSentimentDetectionJobResponse.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 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 operation.
JobStatus
,
JobStatus
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.