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 Amazon Web Services 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 of the group that you want a list of users from.
|
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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 Amazon Web Services account that the group 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 group is in. Currently, you use the ID for the
Amazon Web Services account that contains your Amazon QuickSight account.ListGroupMembershipsRequest.Builder namespace(String namespace)
The namespace of the group that you want a list of users from.
namespace - The namespace of the group that you want a list of users from.ListGroupMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroupMembershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.