Interface ListDataSetsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<ListDataSetsRequest.Builder,,- ListDataSetsRequest> - QuickSightRequest.Builder,- SdkBuilder<ListDataSetsRequest.Builder,,- ListDataSetsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ListDataSetsRequest
@Mutable
@NotThreadSafe
public static interface ListDataSetsRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The Amazon Web Services account ID.maxResults(Integer maxResults) The maximum number of results to be returned per request.The token for the next set of results, or null if there are no more results.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 Amazon Web Services account ID. - Parameters:
- awsAccountId- The Amazon Web Services account ID.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nextTokenThe token for the next set of results, or null if there are no more results. - Parameters:
- nextToken- The token for the next set of results, or null if there are no more results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
maxResultsThe maximum number of results to be returned per request. - Parameters:
- maxResults- The maximum number of results to be returned per request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationListDataSetsRequest.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.
 
- 
overrideConfigurationListDataSetsRequest.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.
 
 
-