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