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) |
ListGroupMembershipsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationcopyapplyMutation, buildListGroupMembershipsRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListGroupMembershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.