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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopDominantLanguageDetectionJobResponse.BuilderjobId(String jobId)The identifier of the dominant language detection job to stop.StopDominantLanguageDetectionJobResponse.BuilderjobStatus(String jobStatus)EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.StopDominantLanguageDetectionJobResponse.BuilderjobStatus(JobStatus jobStatus)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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
jobId
StopDominantLanguageDetectionJobResponse.Builder jobId(String 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
StopDominantLanguageDetectionJobResponse.Builder jobStatus(String jobStatus)
Either
STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.
-
jobStatus
StopDominantLanguageDetectionJobResponse.Builder jobStatus(JobStatus jobStatus)
Either
STOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.
-
-