Uses of Interface
software.amazon.awssdk.services.comprehend.model.EventsDetectionJobFilter.Builder
-
Packages that use EventsDetectionJobFilter.Builder Package Description software.amazon.awssdk.services.comprehend.model -
-
Uses of EventsDetectionJobFilter.Builder in software.amazon.awssdk.services.comprehend.model
Methods in software.amazon.awssdk.services.comprehend.model that return EventsDetectionJobFilter.Builder Modifier and Type Method Description static EventsDetectionJobFilter.BuilderEventsDetectionJobFilter. builder()EventsDetectionJobFilter.BuilderEventsDetectionJobFilter.Builder. jobName(String jobName)Filters on the name of the events detection job.EventsDetectionJobFilter.BuilderEventsDetectionJobFilter.Builder. jobStatus(String jobStatus)Filters the list of jobs based on job status.EventsDetectionJobFilter.BuilderEventsDetectionJobFilter.Builder. jobStatus(JobStatus jobStatus)Filters the list of jobs based on job status.EventsDetectionJobFilter.BuilderEventsDetectionJobFilter.Builder. submitTimeAfter(Instant submitTimeAfter)Filters the list of jobs based on the time that the job was submitted for processing.EventsDetectionJobFilter.BuilderEventsDetectionJobFilter.Builder. submitTimeBefore(Instant submitTimeBefore)Filters the list of jobs based on the time that the job was submitted for processing.EventsDetectionJobFilter.BuilderEventsDetectionJobFilter. toBuilder()Methods in software.amazon.awssdk.services.comprehend.model that return types with arguments of type EventsDetectionJobFilter.Builder Modifier and Type Method Description static Class<? extends EventsDetectionJobFilter.Builder>EventsDetectionJobFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.comprehend.model with type arguments of type EventsDetectionJobFilter.Builder Modifier and Type Method Description default ListEventsDetectionJobsRequest.BuilderListEventsDetectionJobsRequest.Builder. filter(Consumer<EventsDetectionJobFilter.Builder> filter)Filters the jobs that are returned.
-