public static interface ListUsersInGroupResponse.Builder extends CognitoIdentityProviderResponse.Builder, CopyableBuilder<ListUsersInGroupResponse.Builder,ListUsersInGroupResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsersInGroupResponse.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.
|
ListUsersInGroupResponse.Builder |
users(Collection<UserType> users)
The users returned in the request to list users.
|
ListUsersInGroupResponse.Builder |
users(Consumer<UserType.Builder>... users)
The users returned in the request to list users.
|
ListUsersInGroupResponse.Builder |
users(UserType... users)
The users returned in the request to list users.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListUsersInGroupResponse.Builder users(Collection<UserType> users)
The users returned in the request to list users.
users - The users returned in the request to list users.ListUsersInGroupResponse.Builder users(UserType... users)
The users returned in the request to list users.
users - The users returned in the request to list users.ListUsersInGroupResponse.Builder users(Consumer<UserType.Builder>... users)
The users returned in the request to list users.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #users(List) .users - a consumer that will call methods on List.Builder #users(List) ListUsersInGroupResponse.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.