public static interface ListGroupsResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
groups(Collection<Group> groups)
The overview of groups for an organization.
|
ListGroupsResponse.Builder |
groups(Consumer<Group.Builder>... groups)
The overview of groups for an organization.
|
ListGroupsResponse.Builder |
groups(Group... groups)
The overview of groups for an organization.
|
ListGroupsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsResponse.Builder groups(Collection<Group> groups)
The overview of groups for an organization.
groups - The overview of groups for an organization.ListGroupsResponse.Builder groups(Group... groups)
The overview of groups for an organization.
groups - The overview of groups for an organization.ListGroupsResponse.Builder groups(Consumer<Group.Builder>... groups)
The overview of groups for an organization.
This is a convenience method that creates an instance of theGroup.Builder avoiding the need to create one manually
via Group.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #groups(List.
groups - a consumer that will call methods on
Group.Builder#groups(java.util.Collection) ListGroupsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. The value is "null" when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. The value is "null" when there are no more
results to return.Copyright © 2022. All rights reserved.