public static interface StopSentimentDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopSentimentDetectionJobResponse.Builder,StopSentimentDetectionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
StopSentimentDetectionJobResponse.Builder |
jobId(String jobId)
The identifier of the sentiment detection job to stop.
|
StopSentimentDetectionJobResponse.Builder |
jobStatus(JobStatus jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
StopSentimentDetectionJobResponse.Builder |
jobStatus(String jobStatus)
Either
STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildStopSentimentDetectionJobResponse.Builder jobId(String jobId)
The identifier of the sentiment detection job to stop.
jobId - The identifier of the sentiment detection job to stop.StopSentimentDetectionJobResponse.Builder jobStatus(String jobStatus)
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation.
StopSentimentDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
Either STOP_REQUESTED if the job is currently running, or STOPPED if the job was
previously stopped with the StopSentimentDetectionJob operation.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.