public static interface ListTargetedSentimentDetectionJobsRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<ListTargetedSentimentDetectionJobsRequest.Builder,ListTargetedSentimentDetectionJobsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListTargetedSentimentDetectionJobsRequest.Builder |
filter(Consumer<TargetedSentimentDetectionJobFilter.Builder> filter)
Filters the jobs that are returned.
|
ListTargetedSentimentDetectionJobsRequest.Builder |
filter(TargetedSentimentDetectionJobFilter filter)
Filters the jobs that are returned.
|
ListTargetedSentimentDetectionJobsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in each page.
|
ListTargetedSentimentDetectionJobsRequest.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
ListTargetedSentimentDetectionJobsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTargetedSentimentDetectionJobsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListTargetedSentimentDetectionJobsRequest.Builder filter(TargetedSentimentDetectionJobFilter 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 ListTargetedSentimentDetectionJobsRequest.Builder filter(Consumer<TargetedSentimentDetectionJobFilter.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 theTargetedSentimentDetectionJobFilter.Builder avoiding the need to create one manually via
TargetedSentimentDetectionJobFilter.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to filter(TargetedSentimentDetectionJobFilter).
filter - a consumer that will call methods on TargetedSentimentDetectionJobFilter.Builderfilter(TargetedSentimentDetectionJobFilter)ListTargetedSentimentDetectionJobsRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.ListTargetedSentimentDetectionJobsRequest.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.ListTargetedSentimentDetectionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListTargetedSentimentDetectionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.