public static interface SearchAnalysesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<SearchAnalysesRequest.Builder,SearchAnalysesRequest>
| Modifier and Type | Method and Description |
|---|---|
SearchAnalysesRequest.Builder |
awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analyses that you're searching for.
|
SearchAnalysesRequest.Builder |
filters(AnalysisSearchFilter... filters)
The structure for the search filters that you want to apply to your search.
|
SearchAnalysesRequest.Builder |
filters(Collection<AnalysisSearchFilter> filters)
The structure for the search filters that you want to apply to your search.
|
SearchAnalysesRequest.Builder |
filters(Consumer<AnalysisSearchFilter.Builder>... filters)
The structure for the search filters that you want to apply to your search.
|
SearchAnalysesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
SearchAnalysesRequest.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
SearchAnalysesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchAnalysesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchAnalysesRequest.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account that contains the analyses that you're searching for.
awsAccountId - The ID of the Amazon Web Services account that contains the analyses that you're searching for.SearchAnalysesRequest.Builder filters(Collection<AnalysisSearchFilter> filters)
The structure for the search filters that you want to apply to your search.
filters - The structure for the search filters that you want to apply to your search.SearchAnalysesRequest.Builder filters(AnalysisSearchFilter... filters)
The structure for the search filters that you want to apply to your search.
filters - The structure for the search filters that you want to apply to your search.SearchAnalysesRequest.Builder filters(Consumer<AnalysisSearchFilter.Builder>... filters)
The structure for the search filters that you want to apply to your search.
This is a convenience method that creates an instance of theAnalysisSearchFilter.Builder avoiding the need to
create one manually via
AnalysisSearchFilter.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
AnalysisSearchFilter.Builder#filters(java.util.Collection) SearchAnalysesRequest.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.SearchAnalysesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.SearchAnalysesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderSearchAnalysesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.