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