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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theGroupSummary.Builder avoiding the need to create one
manually via GroupSummary.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
GroupSummary.Builder#groups(java.util.Collection) GetGroupsResponse.Builder nextToken(String nextToken)
Pagination token.
nextToken - Pagination token.Copyright © 2023. All rights reserved.