CopyableBuilder<DescribeUsersResponse.Builder,DescribeUsersResponse>
, SdkBuilder<DescribeUsersResponse.Builder,DescribeUsersResponse>
public static interface DescribeUsersResponse.Builder extends CopyableBuilder<DescribeUsersResponse.Builder,DescribeUsersResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeUsersResponse.Builder |
marker(String marker) |
The marker to use when requesting the next set of results.
|
DescribeUsersResponse.Builder |
totalNumberOfUsers(Long totalNumberOfUsers) |
The total number of users included in the results.
|
DescribeUsersResponse.Builder |
users(Collection<User> users) |
The users.
|
DescribeUsersResponse.Builder |
users(User... users) |
The users.
|
copy
apply, build
DescribeUsersResponse.Builder users(Collection<User> users)
The users.
users
- The users.DescribeUsersResponse.Builder users(User... users)
The 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.DescribeUsersResponse.Builder totalNumberOfUsers(Long totalNumberOfUsers)
The total number of users included in the results.
totalNumberOfUsers
- The total number of users included in the results.DescribeUsersResponse.Builder marker(String marker)
The marker to use when requesting the next set of results. If there are no additional results, the string is empty.
marker
- The marker to use when requesting the next set of results. If there are no additional results, the
string is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.