public static interface ListGroupsRequest.Builder extends WorkMailRequest.Builder, CopyableBuilder<ListGroupsRequest.Builder,ListGroupsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in a single call.
|
ListGroupsRequest.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListGroupsRequest.Builder |
organizationId(String organizationId)
The identifier for the organization under which the groups exist.
|
ListGroupsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListGroupsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildListGroupsRequest.Builder organizationId(String organizationId)
The identifier for the organization under which the groups exist.
organizationId - The identifier for the organization under which the groups exist.ListGroupsRequest.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.ListGroupsRequest.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.ListGroupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ListGroupsRequest.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.