public static interface ListGroupsResponse.Builder extends IdentitystoreResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
groups(Collection<Group> groups)
A list of
Group objects in the identity store. |
ListGroupsResponse.Builder |
groups(Consumer<Group.Builder>... groups)
A list of
Group objects in the identity store. |
ListGroupsResponse.Builder |
groups(Group... groups)
A list of
Group objects in the identity store. |
ListGroupsResponse.Builder |
nextToken(String nextToken)
The pagination token used for the
ListUsers and ListGroups API operations. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsResponse.Builder groups(Collection<Group> groups)
A list of Group objects in the identity store.
groups - A list of Group objects in the identity store.ListGroupsResponse.Builder groups(Group... groups)
A list of Group objects in the identity store.
groups - A list of Group objects in the identity store.ListGroupsResponse.Builder groups(Consumer<Group.Builder>... groups)
A list of Group objects in the identity store.
List.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #groups(List) .groups - a consumer that will call methods on List.Builder #groups(List) ListGroupsResponse.Builder nextToken(String nextToken)
The pagination token used for the ListUsers and ListGroups API operations. This
value is generated by the identity store service. It is returned in the API response if the total results are
more than the size of one page. This token is also returned when it1 is used in the API request to search for
the next page.
nextToken - The pagination token used for the ListUsers and ListGroups API operations.
This value is generated by the identity store service. It is returned in the API response if the total
results are more than the size of one page. This token is also returned when it1 is used in the API
request to search for the next page.Copyright © 2022. All rights reserved.