public static interface ListUsersRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListUsersRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the user is in.
|
ListUsersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return from this request.
|
ListUsersRequest.Builder |
namespace(String namespace)
The namespace.
|
ListUsersRequest.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersRequest.Builder awsAccountId(String awsAccountId)
The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the Amazon Web Services account that contains your Amazon QuickSight account.
awsAccountId - The ID for the Amazon Web Services account that the user is in. Currently, you use the ID for the
Amazon Web Services account that contains your Amazon QuickSight account.ListUsersRequest.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.ListUsersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return from this request.
maxResults - The maximum number of results to return from this request.ListUsersRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default.
namespace - The namespace. Currently, you should set this to default.ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.