Interface StopKeyPhrasesDetectionJobResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<StopKeyPhrasesDetectionJobResponse.Builder,,StopKeyPhrasesDetectionJobResponse> SdkBuilder<StopKeyPhrasesDetectionJobResponse.Builder,,StopKeyPhrasesDetectionJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StopKeyPhrasesDetectionJobResponse
public static interface StopKeyPhrasesDetectionJobResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<StopKeyPhrasesDetectionJobResponse.Builder,StopKeyPhrasesDetectionJobResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the key phrases detection job to stop.EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopKeyPhrasesDetectionJoboperation.EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopKeyPhrasesDetectionJoboperation.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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
jobId
The identifier of the key phrases detection job to stop.
- Parameters:
 jobId- The identifier of the key phrases 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 theStopKeyPhrasesDetectionJoboperation.- Parameters:
 jobStatus- EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopKeyPhrasesDetectionJoboperation.- 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 theStopKeyPhrasesDetectionJoboperation.- Parameters:
 jobStatus- EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopKeyPhrasesDetectionJoboperation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -