CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>, SdkBuilder<ListUsersResponse.Builder,ListUsersResponse>public static interface ListUsersResponse.Builder extends CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method | Description | 
|---|---|---|
| ListUsersResponse.Builder | paginationToken(String paginationToken) | 
 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. | 
| ListUsersResponse.Builder | users(Collection<UserType> users) | 
 The users returned in the request to list users. | 
| ListUsersResponse.Builder | users(UserType... users) | 
 The users returned in the request to list users. | 
copyapply, buildListUsersResponse.Builder users(Collection<UserType> users)
The users returned in the request to list users.
users - The users returned in the request to list users.ListUsersResponse.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.ListUsersResponse.Builder paginationToken(String paginationToken)
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.
paginationToken - 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.