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