public static interface ListGroupMembershipsRequest.Builder extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<ListGroupMembershipsRequest.Builder,ListGroupMembershipsRequest>
Modifier and Type | Method and Description |
---|---|
ListGroupMembershipsRequest.Builder |
awsAccountId(String awsAccountId)
The ID for the AWS account that the group is in.
|
ListGroupMembershipsRequest.Builder |
groupName(String groupName)
The name of the group that you want to see a membership list of.
|
ListGroupMembershipsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return from this request.
|
ListGroupMembershipsRequest.Builder |
namespace(String namespace)
The namespace.
|
ListGroupMembershipsRequest.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListGroupMembershipsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListGroupMembershipsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListGroupMembershipsRequest.Builder groupName(String groupName)
The name of the group that you want to see a membership list of.
groupName
- The name of the group that you want to see a membership list of.ListGroupMembershipsRequest.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.ListGroupMembershipsRequest.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.ListGroupMembershipsRequest.Builder awsAccountId(String awsAccountId)
The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that contains your Amazon QuickSight account.
awsAccountId
- The ID for the AWS account that the group is in. Currently, you use the ID for the AWS account that
contains your Amazon QuickSight account.ListGroupMembershipsRequest.Builder namespace(String namespace)
The namespace. Currently, you should set this to default
.
namespace
- The namespace. Currently, you should set this to default
.ListGroupMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListGroupMembershipsRequest.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.