public static interface ListGroupsForEntityResponse.Builder extends WorkMailResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsForEntityResponse.Builder,ListGroupsForEntityResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsForEntityResponse.Builder |
groups(Collection<GroupIdentifier> groups)
The overview of groups in an organization.
|
ListGroupsForEntityResponse.Builder |
groups(Consumer<GroupIdentifier.Builder>... groups)
The overview of groups in an organization.
|
ListGroupsForEntityResponse.Builder |
groups(GroupIdentifier... groups)
The overview of groups in an organization.
|
ListGroupsForEntityResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsForEntityResponse.Builder groups(Collection<GroupIdentifier> groups)
The overview of groups in an organization.
groups - The overview of groups in an organization.ListGroupsForEntityResponse.Builder groups(GroupIdentifier... groups)
The overview of groups in an organization.
groups - The overview of groups in an organization.ListGroupsForEntityResponse.Builder groups(Consumer<GroupIdentifier.Builder>... groups)
The overview of groups in an organization.
This is a convenience method that creates an instance of theGroupIdentifier.Builder avoiding the need to create
one manually via GroupIdentifier.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
GroupIdentifier.Builder#groups(java.util.Collection) ListGroupsForEntityResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is `null` when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is `null` when there are no more
results to return.Copyright © 2023. All rights reserved.