public static interface GetGroupsResponse.Builder extends XRayResponse.Builder, SdkPojo, CopyableBuilder<GetGroupsResponse.Builder,GetGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetGroupsResponse.Builder |
groups(Collection<GroupSummary> groups)
The collection of all active groups.
|
GetGroupsResponse.Builder |
groups(Consumer<GroupSummary.Builder>... groups)
The collection of all active groups.
|
GetGroupsResponse.Builder |
groups(GroupSummary... groups)
The collection of all active groups.
|
GetGroupsResponse.Builder |
nextToken(String nextToken)
Pagination token.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetGroupsResponse.Builder groups(Collection<GroupSummary> groups)
The collection of all active groups.
groups - The collection of all active groups.GetGroupsResponse.Builder groups(GroupSummary... groups)
The collection of all active groups.
groups - The collection of all active groups.GetGroupsResponse.Builder groups(Consumer<GroupSummary.Builder>... groups)
The collection of all active groups.
This is a convenience that creates an instance of theList.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) GetGroupsResponse.Builder nextToken(String nextToken)
Pagination token. Not used.
nextToken - Pagination token. Not used.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.