public static interface ListUsersResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method and 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(Consumer<UserType.Builder>... users)
The users returned in the request to list users.
|
ListUsersResponse.Builder |
users(UserType... users)
The users returned in the request to list users.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
users - The users returned in the request to list users.ListUsersResponse.Builder users(Consumer<UserType.Builder>... users)
The users returned in the request to list users.
This is a convenience method that creates an instance of theUserType.Builder avoiding the need to
create one manually via
UserType.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
UserType.Builder#users(java.util.Collection) 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 © 2022. All rights reserved.