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