public static interface DescribeUsersResponse.Builder extends ElastiCacheResponse.Builder, SdkPojo, CopyableBuilder<DescribeUsersResponse.Builder,DescribeUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeUsersResponse.Builder |
marker(String marker)
An optional marker returned from a prior request.
|
DescribeUsersResponse.Builder |
users(Collection<User> users)
A list of users.
|
DescribeUsersResponse.Builder |
users(Consumer<User.Builder>... users)
A list of users.
|
DescribeUsersResponse.Builder |
users(User... users)
A list of users.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeUsersResponse.Builder users(Collection<User> users)
A list of users.
users - A list of users.DescribeUsersResponse.Builder users(User... users)
A list of users.
users - A list of users.DescribeUsersResponse.Builder users(Consumer<User.Builder>... users)
A list of 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) DescribeUsersResponse.Builder marker(String marker)
An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords. >
marker - An optional marker returned from a prior request. Use this marker for pagination of results from this
operation. If this parameter is specified, the response includes only records beyond the marker, up to
the value specified by MaxRecords. >Copyright © 2021. All rights reserved.