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