Interface SearchDataSetsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SearchDataSetsRequest.Builder,,SearchDataSetsRequest> QuickSightRequest.Builder,SdkBuilder<SearchDataSetsRequest.Builder,,SearchDataSetsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
SearchDataSetsRequest
public static interface SearchDataSetsRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<SearchDataSetsRequest.Builder,SearchDataSetsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The Amazon Web Services account ID.filters(Collection<DataSetSearchFilter> filters) The filters to apply to the search.filters(Consumer<DataSetSearchFilter.Builder>... filters) The filters to apply to the search.filters(DataSetSearchFilter... filters) The filters to apply to the search.maxResults(Integer maxResults) The maximum number of results to be returned per request.A pagination token that can be used in a subsequent request.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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
awsAccountId
The Amazon Web Services account ID.
- Parameters:
awsAccountId- The Amazon Web Services account ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters to apply to the search.
- Parameters:
filters- The filters to apply to the search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters to apply to the search.
- Parameters:
filters- The filters to apply to the search.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
The filters to apply to the search.
This is a convenience method that creates an instance of theDataSetSearchFilter.Builderavoiding the need to create one manually viaDataSetSearchFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<DataSetSearchFilter>).- Parameters:
filters- a consumer that will call methods onDataSetSearchFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
A pagination token that can be used in a subsequent request.
- Parameters:
nextToken- A pagination token that can be used in a subsequent request.- 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
SearchDataSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SearchDataSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-