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