public static interface ListUsersResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
|
ListUsersResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
ListUsersResponse.Builder |
status(Integer status)
The http status of the request.
|
ListUsersResponse.Builder |
userList(Collection<User> userList)
The list of users.
|
ListUsersResponse.Builder |
userList(Consumer<User.Builder>... userList)
The list of users.
|
ListUsersResponse.Builder |
userList(User... userList)
The list of users.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListUsersResponse.Builder userList(Collection<User> userList)
The list of users.
userList - The list of users.ListUsersResponse.Builder userList(User... userList)
The list of users.
userList - The list of users.ListUsersResponse.Builder userList(Consumer<User.Builder>... userList)
The 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 #userList(List) .userList - a consumer that will call methods on List.Builder #userList(List) ListUsersResponse.Builder nextToken(String nextToken)
A pagination token that can be used in a subsequent request.
nextToken - A pagination token that can be used in a subsequent request.ListUsersResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.ListUsersResponse.Builder status(Integer status)
The http status of the request.
status - The http status of the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.