public static interface ListUsersResponse.Builder extends RekognitionResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
nextToken(String nextToken)
A pagination token to be used with the subsequent request if the response is truncated.
|
ListUsersResponse.Builder |
users(Collection<User> users)
List of UsersID associated with the specified collection.
|
ListUsersResponse.Builder |
users(Consumer<User.Builder>... users)
List of UsersID associated with the specified collection.
|
ListUsersResponse.Builder |
users(User... users)
List of UsersID associated with the specified collection.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersResponse.Builder users(Collection<User> users)
List of UsersID associated with the specified collection.
users - List of UsersID associated with the specified collection.ListUsersResponse.Builder users(User... users)
List of UsersID associated with the specified collection.
users - List of UsersID associated with the specified collection.ListUsersResponse.Builder users(Consumer<User.Builder>... users)
List of UsersID associated with the specified collection.
This is a convenience method that creates an instance of theUser.Builder avoiding the need to create one
manually via User.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #users(List.
users - a consumer that will call methods on
User.Builder#users(java.util.Collection) ListUsersResponse.Builder nextToken(String nextToken)
A pagination token to be used with the subsequent request if the response is truncated.
nextToken - A pagination token to be used with the subsequent request if the response is truncated.Copyright © 2023. All rights reserved.