public static interface ListGroupsResponse.Builder extends GreengrassResponse.Builder, CopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListGroupsResponse.Builder |
groups(Collection<GroupInformation> groups)
Groups
|
ListGroupsResponse.Builder |
groups(GroupInformation... groups)
Groups
|
ListGroupsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or ''null'' if there are no additional results.
|
buildcopyapply, buildListGroupsResponse.Builder groups(Collection<GroupInformation> groups)
groups - GroupsListGroupsResponse.Builder groups(GroupInformation... groups)
groups - GroupsListGroupsResponse.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.