public static interface SearchDataSetsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<SearchDataSetsRequest.Builder,SearchDataSetsRequest>
Modifier and Type | Method and Description |
---|---|
SearchDataSetsRequest.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
SearchDataSetsRequest.Builder |
filters(Collection<DataSetSearchFilter> filters)
The filters to apply to the search.
|
SearchDataSetsRequest.Builder |
filters(Consumer<DataSetSearchFilter.Builder>... filters)
The filters to apply to the search.
|
SearchDataSetsRequest.Builder |
filters(DataSetSearchFilter... filters)
The filters to apply to the search.
|
SearchDataSetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
SearchDataSetsRequest.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
SearchDataSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchDataSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
SearchDataSetsRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId
- The Amazon Web Services account ID.SearchDataSetsRequest.Builder filters(Collection<DataSetSearchFilter> filters)
The filters to apply to the search.
filters
- The filters to apply to the search.SearchDataSetsRequest.Builder filters(DataSetSearchFilter... filters)
The filters to apply to the search.
filters
- The filters to apply to the search.SearchDataSetsRequest.Builder filters(Consumer<DataSetSearchFilter.Builder>... filters)
The filters to apply to the search.
This is a convenience method that creates an instance of theDataSetSearchFilter.Builder
avoiding the need to
create one manually via
DataSetSearchFilter.builder()
.
When the Consumer
completes,
SdkBuilder.build()
is called
immediately and its result is passed to #filters(List
.
filters
- a consumer that will call methods on
DataSetSearchFilter.Builder
#filters(java.util.Collection)
SearchDataSetsRequest.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken
- A pagination token that can be used in a subsequent request.SearchDataSetsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
maxResults
- The maximum number of results to be returned per request.SearchDataSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
SearchDataSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.