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