public static interface ListGroupsResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<ListGroupsResponse.Builder,ListGroupsResponse>
Modifier and Type | Method and Description |
---|---|
ListGroupsResponse.Builder |
groups(Collection<GroupType> groups)
The group objects for the groups.
|
ListGroupsResponse.Builder |
groups(GroupType... groups)
The group objects for the groups.
|
ListGroupsResponse.Builder |
nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the
next set of items in the list.
|
build
copy
apply, build
ListGroupsResponse.Builder groups(Collection<GroupType> groups)
The group objects for the groups.
groups
- The group objects for the groups.ListGroupsResponse.Builder groups(GroupType... groups)
The group objects for the groups.
groups
- The group objects for the groups.ListGroupsResponse.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
nextToken
- An identifier that was returned from the previous call to this operation, which can be used to return
the next set of items in the list.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.