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 Amazon Web Services account that contains the Amazon 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 unique 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 Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.
awsAccountId - The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you
want to list.ListNamespacesRequest.Builder nextToken(String nextToken)
A unique pagination token that can be used in a subsequent request. You will receive a pagination token in
the response body of a previous ListNameSpaces API call if there is more data that can be
returned. To receive the data, make another ListNamespaces API call with the returned token to
retrieve the next page of data. Each token is valid for 24 hours. If you try to make a
ListNamespaces API call with an expired token, you will receive a
HTTP 400 InvalidNextTokenException error.
nextToken - A unique pagination token that can be used in a subsequent request. You will receive a pagination
token in the response body of a previous ListNameSpaces API call if there is more data
that can be returned. To receive the data, make another ListNamespaces API call with the
returned token to retrieve the next page of data. Each token is valid for 24 hours. If you try to make
a ListNamespaces API call with an expired token, you will receive a
HTTP 400 InvalidNextTokenException error.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 © 2023. All rights reserved.