public static interface ListNamespacesRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListNamespacesRequest.Builder,ListNamespacesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListNamespacesRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight namespaces that you want to list.
|
ListNamespacesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return.
|
ListNamespacesRequest.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListNamespacesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListNamespacesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListNamespacesRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that contains the QuickSight namespaces that you want to list.
awsAccountId - The ID for the AWS account that contains the QuickSight namespaces that you want to list.ListNamespacesRequest.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.ListNamespacesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
maxResults - The maximum number of results to return.ListNamespacesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListNamespacesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.