public static interface SearchUserProfilesResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<SearchUserProfilesResponse.Builder,SearchUserProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchUserProfilesResponse.Builder |
items(Collection<UserProfileSummary> items)
The results of the
SearchUserProfiles action. |
SearchUserProfilesResponse.Builder |
items(Consumer<UserProfileSummary.Builder>... items)
The results of the
SearchUserProfiles action. |
SearchUserProfilesResponse.Builder |
items(UserProfileSummary... items)
The results of the
SearchUserProfiles action. |
SearchUserProfilesResponse.Builder |
nextToken(String nextToken)
When the number of results is greater than the default value for the
MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchUserProfilesResponse.Builder items(Collection<UserProfileSummary> items)
The results of the SearchUserProfiles action.
items - The results of the SearchUserProfiles action.SearchUserProfilesResponse.Builder items(UserProfileSummary... items)
The results of the SearchUserProfiles action.
items - The results of the SearchUserProfiles action.SearchUserProfilesResponse.Builder items(Consumer<UserProfileSummary.Builder>... items)
The results of the SearchUserProfiles action.
UserProfileSummary.Builder avoiding the need to create
one manually via UserProfileSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #items(List.
items - a consumer that will call methods on
UserProfileSummary.Builder#items(java.util.Collection) SearchUserProfilesResponse.Builder nextToken(String nextToken)
When the number of results is greater than the default value for the MaxResults parameter, or if
you explicitly specify a value for MaxResults that is less than the number of results, the
response includes a pagination token named NextToken. You can specify this
NextToken value in a subsequent call to SearchUserProfiles to list the next set of
results.
nextToken - When the number of results is greater than the default value for the MaxResults
parameter, or if you explicitly specify a value for MaxResults that is less than the
number of results, the response includes a pagination token named NextToken. You can
specify this NextToken value in a subsequent call to SearchUserProfiles to
list the next set of results.Copyright © 2023. All rights reserved.