Interface ListTargetedSentimentDetectionJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComprehendRequest.Builder,CopyableBuilder<ListTargetedSentimentDetectionJobsRequest.Builder,ListTargetedSentimentDetectionJobsRequest>,SdkBuilder<ListTargetedSentimentDetectionJobsRequest.Builder,ListTargetedSentimentDetectionJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTargetedSentimentDetectionJobsRequest
public static interface ListTargetedSentimentDetectionJobsRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<ListTargetedSentimentDetectionJobsRequest.Builder,ListTargetedSentimentDetectionJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListTargetedSentimentDetectionJobsRequest.Builderfilter(Consumer<TargetedSentimentDetectionJobFilter.Builder> filter)Filters the jobs that are returned.ListTargetedSentimentDetectionJobsRequest.Builderfilter(TargetedSentimentDetectionJobFilter filter)Filters the jobs that are returned.ListTargetedSentimentDetectionJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in each page.ListTargetedSentimentDetectionJobsRequest.BuildernextToken(String nextToken)Identifies the next page of results to return.ListTargetedSentimentDetectionJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTargetedSentimentDetectionJobsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
filter
ListTargetedSentimentDetectionJobsRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
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.Builderavoiding the need to create one manually viaTargetedSentimentDetectionJobFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(TargetedSentimentDetectionJobFilter).- Parameters:
filter- a consumer that will call methods onTargetedSentimentDetectionJobFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(TargetedSentimentDetectionJobFilter)
-
nextToken
ListTargetedSentimentDetectionJobsRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return.
- Parameters:
nextToken- Identifies the next page of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListTargetedSentimentDetectionJobsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in each page. The default is 100.
- Parameters:
maxResults- The maximum number of results to return in each page. The default is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListTargetedSentimentDetectionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTargetedSentimentDetectionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-