public static interface ListDataSetsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListDataSetsRequest.Builder,ListDataSetsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDataSetsRequest.Builder |
awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
|
ListDataSetsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListDataSetsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListDataSetsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDataSetsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDataSetsRequest.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID.
awsAccountId - The Amazon Web Services account ID.ListDataSetsRequest.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
nextToken - The token for the next set of results, or null if there are no more results.ListDataSetsRequest.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.ListDataSetsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDataSetsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.