public static interface ListUsersResponse.Builder extends ChimeResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
Modifier and Type | Method and Description |
---|---|
ListUsersResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
ListUsersResponse.Builder |
users(Collection<User> users)
List of users and user details.
|
ListUsersResponse.Builder |
users(Consumer<User.Builder>... users)
List of users and user details.
|
ListUsersResponse.Builder |
users(User... users)
List of users and user details.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
ListUsersResponse.Builder users(Collection<User> users)
List of users and user details.
users
- List of users and user details.ListUsersResponse.Builder users(User... users)
List of users and user details.
users
- List of users and user details.ListUsersResponse.Builder users(Consumer<User.Builder>... users)
List of users and user details.
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)
ListUsersResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results.
nextToken
- The token to use to retrieve the next page of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.