public static interface ListTopicsDetectionJobsRequest.Builder extends ComprehendRequest.Builder, CopyableBuilder<ListTopicsDetectionJobsRequest.Builder,ListTopicsDetectionJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListTopicsDetectionJobsRequest.Builder |
filter(Consumer<TopicsDetectionJobFilter.Builder> filter)
Filters the jobs that are returned.
|
ListTopicsDetectionJobsRequest.Builder |
filter(TopicsDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListTopicsDetectionJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListTopicsDetectionJobsRequest.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
ListTopicsDetectionJobsRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListTopicsDetectionJobsRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
buildrequestOverrideConfigcopyapply, buildListTopicsDetectionJobsRequest.Builder filter(TopicsDetectionJobFilter filter)
Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
filter - Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time
that they were submitted. You can set only one filter at a time.default ListTopicsDetectionJobsRequest.Builder filter(Consumer<TopicsDetectionJobFilter.Builder> filter)
Filters the jobs that are returned. Jobs can be filtered on their name, status, or the date and time that they were submitted. You can set only one filter at a time.
This is a convenience that creates an instance of theTopicsDetectionJobFilter.Builder avoiding the
need to create one manually via TopicsDetectionJobFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to filter(TopicsDetectionJobFilter).filter - a consumer that will call methods on TopicsDetectionJobFilter.Builderfilter(TopicsDetectionJobFilter)ListTopicsDetectionJobsRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.ListTopicsDetectionJobsRequest.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.ListTopicsDetectionJobsRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.ListTopicsDetectionJobsRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.