Interface SearchTopicsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SearchTopicsRequest.Builder,
,SearchTopicsRequest> QuickSightRequest.Builder
,SdkBuilder<SearchTopicsRequest.Builder,
,SearchTopicsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
SearchTopicsRequest
@Mutable
@NotThreadSafe
public static interface SearchTopicsRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<SearchTopicsRequest.Builder,SearchTopicsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId
(String awsAccountId) The ID of the Amazon Web Services account that contains the topic that you want to find.filters
(Collection<TopicSearchFilter> filters) The filters that you want to use to search for the topic.filters
(Consumer<TopicSearchFilter.Builder>... filters) The filters that you want to use to search for the topic.filters
(TopicSearchFilter... filters) The filters that you want to use to search for the topic.maxResults
(Integer maxResults) The maximum number of results to be returned per request.The token for the next set of results, or null if there are no more results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The ID of the Amazon Web Services account that contains the topic that you want to find.
- Parameters:
awsAccountId
- The ID of the Amazon Web Services account that contains the topic that you want to find.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters that you want to use to search for the topic.
- Parameters:
filters
- The filters that you want to use to search for the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters that you want to use to search for the topic.
- Parameters:
filters
- The filters that you want to use to search for the topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters that you want to use to search for the topic.
This is a convenience method that creates an instance of theTopicSearchFilter.Builder
avoiding the need to create one manually viaTopicSearchFilter.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tofilters(List<TopicSearchFilter>)
.- Parameters:
filters
- a consumer that will call methods onTopicSearchFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results, or null if there are no more results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to be returned per request.
- Parameters:
maxResults
- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SearchTopicsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SearchTopicsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-