CopyableBuilder<ListUsersInGroupResponse.Builder,ListUsersInGroupResponse>
, SdkBuilder<ListUsersInGroupResponse.Builder,ListUsersInGroupResponse>
public static interface ListUsersInGroupResponse.Builder extends CopyableBuilder<ListUsersInGroupResponse.Builder,ListUsersInGroupResponse>
Modifier and Type | Method | 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(UserType... users) |
The users returned in the request to list users.
|
copy
apply, build
ListUsersInGroupResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setUsers(java.util.Collection)
or #withUsers(java.util.Collection)
if you want to override
the existing values.
users
- The users returned in the request to list users.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.