public static interface ListGroupsResponse.Builder extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
groups(Collection<GroupSummary> groups)
An array of structures that each contain information about one group.
|
ListGroupsResponse.Builder |
groups(Consumer<GroupSummary.Builder>... groups)
An array of structures that each contain information about one group.
|
ListGroupsResponse.Builder |
groups(GroupSummary... groups)
An array of structures that each contain information about one group.
|
ListGroupsResponse.Builder |
nextToken(String nextToken)
A token that indicates that there is more data available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListGroupsResponse.Builder groups(Collection<GroupSummary> groups)
An array of structures that each contain information about one group.
groups - An array of structures that each contain information about one group.ListGroupsResponse.Builder groups(GroupSummary... groups)
An array of structures that each contain information about one group.
groups - An array of structures that each contain information about one group.ListGroupsResponse.Builder groups(Consumer<GroupSummary.Builder>... groups)
An array of structures that each contain information about one group.
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) ListGroupsResponse.Builder nextToken(String nextToken)
A token that indicates that there is more data available. You can use this token in a subsequent
ListGroups operation to retrieve the next set of results.
nextToken - A token that indicates that there is more data available. You can use this token in a subsequent
ListGroups operation to retrieve the next set of results.Copyright © 2022. All rights reserved.