Interface StopDominantLanguageDetectionJobResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<StopDominantLanguageDetectionJobResponse.Builder,,StopDominantLanguageDetectionJobResponse> SdkBuilder<StopDominantLanguageDetectionJobResponse.Builder,,StopDominantLanguageDetectionJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StopDominantLanguageDetectionJobResponse
public static interface StopDominantLanguageDetectionJobResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopDominantLanguageDetectionJobResponse.Builder,StopDominantLanguageDetectionJobResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the dominant language detection job to stop.EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
jobId
The identifier of the dominant language detection job to stop.
- Parameters:
 jobId- The identifier of the dominant language detection job to stop.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
jobStatus
Either
STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.- Parameters:
 jobStatus- EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
jobStatus
Either
STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.- Parameters:
 jobStatus- EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -