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 AWS 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 AWS account that contains the analyses that you're searching for.
awsAccountId - The ID of the AWS 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 that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #filters(List) .filters - a consumer that will call methods on List.Builder #filters(List) 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 © 2020. All rights reserved.