public static interface SearchProfilesResponse.Builder extends CustomerProfilesResponse.Builder, SdkPojo, CopyableBuilder<SearchProfilesResponse.Builder,SearchProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchProfilesResponse.Builder |
items(Collection<Profile> items)
The list of Profiles matching the search criteria.
|
SearchProfilesResponse.Builder |
items(Consumer<Profile.Builder>... items)
The list of Profiles matching the search criteria.
|
SearchProfilesResponse.Builder |
items(Profile... items)
The list of Profiles matching the search criteria.
|
SearchProfilesResponse.Builder |
nextToken(String nextToken)
The pagination token from the previous SearchProfiles API call.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchProfilesResponse.Builder items(Collection<Profile> items)
The list of Profiles matching the search criteria.
items - The list of Profiles matching the search criteria.SearchProfilesResponse.Builder items(Profile... items)
The list of Profiles matching the search criteria.
items - The list of Profiles matching the search criteria.SearchProfilesResponse.Builder items(Consumer<Profile.Builder>... items)
The list of Profiles matching the search criteria.
This is a convenience method that creates an instance of theProfile.Builder avoiding the need to create
one manually via Profile.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
Profile.Builder#items(java.util.Collection) SearchProfilesResponse.Builder nextToken(String nextToken)
The pagination token from the previous SearchProfiles API call.
nextToken - The pagination token from the previous SearchProfiles API call.Copyright © 2023. All rights reserved.