Uses of Interface
software.amazon.awssdk.services.comprehend.model.StopEventsDetectionJobResponse.Builder
-
Packages that use StopEventsDetectionJobResponse.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of StopEventsDetectionJobResponse.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return StopEventsDetectionJobResponse.Builder Modifier and Type Method Description static StopEventsDetectionJobResponse.BuilderStopEventsDetectionJobResponse. builder()StopEventsDetectionJobResponse.BuilderStopEventsDetectionJobResponse.Builder. jobId(String jobId)The identifier of the events detection job to stop.StopEventsDetectionJobResponse.BuilderStopEventsDetectionJobResponse.Builder. jobStatus(String jobStatus)The status of the events detection job.StopEventsDetectionJobResponse.BuilderStopEventsDetectionJobResponse.Builder. jobStatus(JobStatus jobStatus)The status of the events detection job.StopEventsDetectionJobResponse.BuilderStopEventsDetectionJobResponse. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type StopEventsDetectionJobResponse.Builder Modifier and Type Method Description static Class<? extends StopEventsDetectionJobResponse.Builder>StopEventsDetectionJobResponse. serializableBuilderClass()
-