public static interface ListDominantLanguageDetectionJobsRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<ListDominantLanguageDetectionJobsRequest.Builder,ListDominantLanguageDetectionJobsRequest>
build
overrideConfiguration
copy
applyMutation, build
ListDominantLanguageDetectionJobsRequest.Builder filter(DominantLanguageDetectionJobFilter filter)
Filters that 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 that 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 ListDominantLanguageDetectionJobsRequest.Builder filter(Consumer<DominantLanguageDetectionJobFilter.Builder> filter)
Filters that 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 theDominantLanguageDetectionJobFilter.Builder
avoiding the need to create one manually via DominantLanguageDetectionJobFilter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to filter(DominantLanguageDetectionJobFilter)
.filter
- a consumer that will call methods on DominantLanguageDetectionJobFilter.Builder
filter(DominantLanguageDetectionJobFilter)
ListDominantLanguageDetectionJobsRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken
- Identifies the next page of results to return.ListDominantLanguageDetectionJobsRequest.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.ListDominantLanguageDetectionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListDominantLanguageDetectionJobsRequest.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.