public static interface SearchUsersResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<SearchUsersResponse.Builder,SearchUsersResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchUsersResponse.Builder |
approximateTotalCount(Long approximateTotalCount)
The total number of users who matched your search query.
|
SearchUsersResponse.Builder |
nextToken(String nextToken)
If there are additional results, this is the token for the next set of results.
|
SearchUsersResponse.Builder |
users(Collection<UserSearchSummary> users)
Information about the users.
|
SearchUsersResponse.Builder |
users(Consumer<UserSearchSummary.Builder>... users)
Information about the users.
|
SearchUsersResponse.Builder |
users(UserSearchSummary... users)
Information about the users.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchUsersResponse.Builder users(Collection<UserSearchSummary> users)
Information about the users.
users - Information about the users.SearchUsersResponse.Builder users(UserSearchSummary... users)
Information about the users.
users - Information about the users.SearchUsersResponse.Builder users(Consumer<UserSearchSummary.Builder>... users)
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 #users(List) .users - a consumer that will call methods on List.Builder #users(List) SearchUsersResponse.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.SearchUsersResponse.Builder approximateTotalCount(Long approximateTotalCount)
The total number of users who matched your search query.
approximateTotalCount - The total number of users who matched your search query.Copyright © 2022. All rights reserved.