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