public static interface ListKeyPhrasesDetectionJobsRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<ListKeyPhrasesDetectionJobsRequest.Builder,ListKeyPhrasesDetectionJobsRequest>
Modifier and Type | Method and Description |
---|---|
default ListKeyPhrasesDetectionJobsRequest.Builder |
filter(Consumer<KeyPhrasesDetectionJobFilter.Builder> filter)
Filters the jobs that are returned.
|
ListKeyPhrasesDetectionJobsRequest.Builder |
filter(KeyPhrasesDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListKeyPhrasesDetectionJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListKeyPhrasesDetectionJobsRequest.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
ListKeyPhrasesDetectionJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListKeyPhrasesDetectionJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListKeyPhrasesDetectionJobsRequest.Builder filter(KeyPhrasesDetectionJobFilter 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 ListKeyPhrasesDetectionJobsRequest.Builder filter(Consumer<KeyPhrasesDetectionJobFilter.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 that creates an instance of theKeyPhrasesDetectionJobFilter.Builder
avoiding
the need to create one manually via KeyPhrasesDetectionJobFilter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to filter(KeyPhrasesDetectionJobFilter)
.filter
- a consumer that will call methods on KeyPhrasesDetectionJobFilter.Builder
filter(KeyPhrasesDetectionJobFilter)
ListKeyPhrasesDetectionJobsRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.ListKeyPhrasesDetectionJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in each page. The default is 100.
maxResults
- The maximum number of results to return in each page. The default is 100.ListKeyPhrasesDetectionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListKeyPhrasesDetectionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.