public static interface ListGroupsResponse.Builder extends GreengrassResponse.Builder, SdkPojo, CopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
Modifier and Type | Method and Description |
---|---|
ListGroupsResponse.Builder |
groups(Collection<GroupInformation> groups)
Information about a group.
|
ListGroupsResponse.Builder |
groups(Consumer<GroupInformation.Builder>... groups)
Information about a group.
|
ListGroupsResponse.Builder |
groups(GroupInformation... groups)
Information about a group.
|
ListGroupsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListGroupsResponse.Builder groups(Collection<GroupInformation> groups)
groups
- Information about a group.ListGroupsResponse.Builder groups(GroupInformation... groups)
groups
- Information about a group.ListGroupsResponse.Builder groups(Consumer<GroupInformation.Builder>... groups)
.Builder
avoiding the need to create one manually via #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)
nextToken
- The token for the next set of results, or ''null'' if there are no additional results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.