Interface SearchAnalysesRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<SearchAnalysesRequest.Builder,,- SearchAnalysesRequest> - QuickSightRequest.Builder,- SdkBuilder<SearchAnalysesRequest.Builder,,- SearchAnalysesRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- SearchAnalysesRequest
@Mutable
@NotThreadSafe
public static interface SearchAnalysesRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<SearchAnalysesRequest.Builder,SearchAnalysesRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the analyses that you're searching for.filters(Collection<AnalysisSearchFilter> filters) The structure for the search filters that you want to apply to your search.filters(Consumer<AnalysisSearchFilter.Builder>... filters) The structure for the search filters that you want to apply to your search.filters(AnalysisSearchFilter... filters) The structure for the search filters that you want to apply to your search.maxResults(Integer maxResults) The maximum number of results to return.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
awsAccountIdThe ID of the Amazon Web Services account that contains the analyses that you're searching for. - Parameters:
- awsAccountId- The ID of the Amazon Web Services account that contains the analyses that you're searching for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filtersThe structure for the search filters that you want to apply to your search. - Parameters:
- filters- The structure for the search filters that you want to apply to your search.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filtersThe structure for the search filters that you want to apply to your search. - Parameters:
- filters- The structure for the search filters that you want to apply to your search.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filtersThe structure for the search filters that you want to apply to your search. This is a convenience method that creates an instance of theAnalysisSearchFilter.Builderavoiding the need to create one manually viaAnalysisSearchFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofilters(List<AnalysisSearchFilter>).- Parameters:
- filters- a consumer that will call methods on- AnalysisSearchFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenA 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.
 
- 
maxResultsThe maximum number of results to return. - Parameters:
- maxResults- The maximum number of results to return.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationSearchAnalysesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationSearchAnalysesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-