public static interface ListGroupMembersRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<ListGroupMembersRequest.Builder,ListGroupMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGroupMembersRequest.Builder |
groupId(String groupId)
The identifier for the group to which the members 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)
Add an optional request override configuration.
|
ListGroupMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, 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 are associated.
groupId - The identifier for the group to which the members 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)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListGroupMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.