Uses of Interface
software.amazon.awssdk.services.comprehend.model.StopDominantLanguageDetectionJobResponse.Builder
-
Packages that use StopDominantLanguageDetectionJobResponse.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of StopDominantLanguageDetectionJobResponse.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return StopDominantLanguageDetectionJobResponse.Builder Modifier and Type Method Description static StopDominantLanguageDetectionJobResponse.BuilderStopDominantLanguageDetectionJobResponse. builder()StopDominantLanguageDetectionJobResponse.BuilderStopDominantLanguageDetectionJobResponse.Builder. jobId(String jobId)The identifier of the dominant language detection job to stop.StopDominantLanguageDetectionJobResponse.BuilderStopDominantLanguageDetectionJobResponse.Builder. jobStatus(String jobStatus)EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.StopDominantLanguageDetectionJobResponse.BuilderStopDominantLanguageDetectionJobResponse.Builder. jobStatus(JobStatus jobStatus)EitherSTOP_REQUESTEDif the job is currently running, orSTOPPEDif the job was previously stopped with theStopDominantLanguageDetectionJoboperation.StopDominantLanguageDetectionJobResponse.BuilderStopDominantLanguageDetectionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type StopDominantLanguageDetectionJobResponse.Builder Modifier and Type Method Description static Class<? extends StopDominantLanguageDetectionJobResponse.Builder>StopDominantLanguageDetectionJobResponse. serializableBuilderClass()
-