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