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)
Add an optional request override configuration.
|
ListUserGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListUserGroupsRequest.Builder |
userName(String userName)
The name of the user that you want to list groups for.
|
build
overrideConfiguration
copy
applyMutation, build
ListUserGroupsRequest.Builder userName(String userName)
The name of the user that you want to list groups for.
userName
- The name of the user that you want to list groups for.ListUserGroupsRequest.Builder awsAccountId(String awsAccountId)
The AWS Account ID that the user is in. Currently, use the AWS Account ID which contains your Amazon QuickSight account.
awsAccountId
- The AWS Account ID that the user is in. Currently, use the AWS Account ID which 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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListUserGroupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.