public static interface ListEventsDetectionJobsRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<ListEventsDetectionJobsRequest.Builder,ListEventsDetectionJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListEventsDetectionJobsRequest.Builder |
filter(Consumer<EventsDetectionJobFilter.Builder> filter)
Filters the jobs that are returned.
|
ListEventsDetectionJobsRequest.Builder |
filter(EventsDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListEventsDetectionJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListEventsDetectionJobsRequest.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
ListEventsDetectionJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEventsDetectionJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListEventsDetectionJobsRequest.Builder filter(EventsDetectionJobFilter filter)
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
filter - Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time
that they were submitted. You can only set one filter at a time.default ListEventsDetectionJobsRequest.Builder filter(Consumer<EventsDetectionJobFilter.Builder> filter)
Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.
This is a convenience method that creates an instance of theEventsDetectionJobFilter.Builder
avoiding the need to create one manually via EventsDetectionJobFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to filter(EventsDetectionJobFilter).
filter - a consumer that will call methods on EventsDetectionJobFilter.Builderfilter(EventsDetectionJobFilter)ListEventsDetectionJobsRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.ListEventsDetectionJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in each page.
maxResults - The maximum number of results to return in each page.ListEventsDetectionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListEventsDetectionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.