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