public static interface ListUsersResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
ListUsersResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
ListUsersResponse.Builder |
userSummaryList(Collection<UserSummary> userSummaryList)
Information about the users.
|
ListUsersResponse.Builder |
userSummaryList(Consumer<UserSummary.Builder>... userSummaryList)
Information about the users.
|
ListUsersResponse.Builder |
userSummaryList(UserSummary... userSummaryList)
Information about the users.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersResponse.Builder userSummaryList(Collection<UserSummary> userSummaryList)
Information about the users.
userSummaryList - Information about the users.ListUsersResponse.Builder userSummaryList(UserSummary... userSummaryList)
Information about the users.
userSummaryList - Information about the users.ListUsersResponse.Builder userSummaryList(Consumer<UserSummary.Builder>... userSummaryList)
Information about the users.
This is a convenience method 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 #userSummaryList(List) .userSummaryList - a consumer that will call methods on List.Builder #userSummaryList(List) ListUsersResponse.Builder nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
nextToken - If there are additional results, this is the token for the next set of results.Copyright © 2022. All rights reserved.