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