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 theUserSummary.Builder avoiding the need to create one
manually via UserSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #userSummaryList(List.
userSummaryList - a consumer that will call methods on
UserSummary.Builder#userSummaryList(java.util.Collection) 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 © 2023. All rights reserved.