public static interface SearchDataSourcesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<SearchDataSourcesRequest.Builder,SearchDataSourcesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchDataSourcesRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.SearchDataSourcesRequest.Builder filters(Collection<DataSourceSearchFilter> filters)
The filters to apply to the search.
filters - The filters to apply to the search.SearchDataSourcesRequest.Builder filters(DataSourceSearchFilter... filters)
The filters to apply to the search.
filters - The filters to apply to the search.SearchDataSourcesRequest.Builder filters(Consumer<DataSourceSearchFilter.Builder>... filters)
The filters to apply to the search.
This is a convenience method that creates an instance of theDataSourceSearchFilter.Builder avoiding the need to
create one manually via
DataSourceSearchFilter.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
DataSourceSearchFilter.Builder#filters(java.util.Collection) SearchDataSourcesRequest.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.SearchDataSourcesRequest.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.SearchDataSourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchDataSourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.