Uses of Interface
software.amazon.awssdk.services.comprehend.model.StartTargetedSentimentDetectionJobResponse.Builder
-
Packages that use StartTargetedSentimentDetectionJobResponse.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of StartTargetedSentimentDetectionJobResponse.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return StartTargetedSentimentDetectionJobResponse.Builder Modifier and Type Method Description static StartTargetedSentimentDetectionJobResponse.BuilderStartTargetedSentimentDetectionJobResponse. builder()StartTargetedSentimentDetectionJobResponse.BuilderStartTargetedSentimentDetectionJobResponse.Builder. jobArn(String jobArn)The Amazon Resource Name (ARN) of the targeted sentiment detection job.StartTargetedSentimentDetectionJobResponse.BuilderStartTargetedSentimentDetectionJobResponse.Builder. jobId(String jobId)The identifier generated for the job.StartTargetedSentimentDetectionJobResponse.BuilderStartTargetedSentimentDetectionJobResponse.Builder. jobStatus(String jobStatus)The status of the job.StartTargetedSentimentDetectionJobResponse.BuilderStartTargetedSentimentDetectionJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of the job.StartTargetedSentimentDetectionJobResponse.BuilderStartTargetedSentimentDetectionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type StartTargetedSentimentDetectionJobResponse.Builder Modifier and Type Method Description static Class<? extends StartTargetedSentimentDetectionJobResponse.Builder>StartTargetedSentimentDetectionJobResponse. serializableBuilderClass()
-