public static interface ListGroupMembersRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<ListGroupMembersRequest.Builder,ListGroupMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGroupMembersRequest.Builder |
groupId(String groupId)
The identifier for the group to which the members (users or groups) are associated.
|
ListGroupMembersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListGroupMembersRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListGroupMembersRequest.Builder |
organizationId(String organizationId)
The identifier for the organization under which the group exists.
|
ListGroupMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListGroupMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupMembersRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the group exists.
organizationId - The identifier for the organization under which the group exists.ListGroupMembersRequest.Builder groupId(String groupId)
The identifier for the group to which the members (users or groups) are associated.
groupId - The identifier for the group to which the members (users or groups) are associated.ListGroupMembersRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The first call does not contain any tokens.
nextToken - The token to use to retrieve the next page of results. The first call does not contain any tokens.ListGroupMembersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in a single call.
maxResults - The maximum number of results to return in a single call.ListGroupMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListGroupMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.