Interface ListTopicsDetectionJobsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ComprehendRequest.Builder,CopyableBuilder<ListTopicsDetectionJobsRequest.Builder,ListTopicsDetectionJobsRequest>,SdkBuilder<ListTopicsDetectionJobsRequest.Builder,ListTopicsDetectionJobsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListTopicsDetectionJobsRequest
public static interface ListTopicsDetectionJobsRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<ListTopicsDetectionJobsRequest.Builder,ListTopicsDetectionJobsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ListTopicsDetectionJobsRequest.Builderfilter(Consumer<TopicsDetectionJobFilter.Builder> filter)Filters the jobs that are returned.ListTopicsDetectionJobsRequest.Builderfilter(TopicsDetectionJobFilter filter)Filters the jobs that are returned.ListTopicsDetectionJobsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in each page.ListTopicsDetectionJobsRequest.BuildernextToken(String nextToken)Identifies the next page of results to return.ListTopicsDetectionJobsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListTopicsDetectionJobsRequest.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
ListTopicsDetectionJobsRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filter
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 method that creates an instance of theTopicsDetectionJobFilter.Builderavoiding the need to create one manually viaTopicsDetectionJobFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilter(TopicsDetectionJobFilter).- Parameters:
filter- a consumer that will call methods onTopicsDetectionJobFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
filter(TopicsDetectionJobFilter)
-
nextToken
ListTopicsDetectionJobsRequest.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
ListTopicsDetectionJobsRequest.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
ListTopicsDetectionJobsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListTopicsDetectionJobsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-