public static interface SearchProfilesResponse.Builder extends AlexaForBusinessResponse.Builder, SdkPojo, CopyableBuilder<SearchProfilesResponse.Builder,SearchProfilesResponse>
| Modifier and Type | Method and Description |
|---|---|
SearchProfilesResponse.Builder |
nextToken(String nextToken)
The token returned to indicate that there is more data available.
|
SearchProfilesResponse.Builder |
profiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResponse.Builder |
profiles(Consumer<ProfileData.Builder>... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResponse.Builder |
profiles(ProfileData... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResponse.Builder |
totalCount(Integer totalCount)
The total number of room profiles returned.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildSearchProfilesResponse.Builder profiles(Collection<ProfileData> profiles)
The profiles that meet the specified set of filter criteria, in sort order.
profiles - The profiles that meet the specified set of filter criteria, in sort order.SearchProfilesResponse.Builder profiles(ProfileData... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
profiles - The profiles that meet the specified set of filter criteria, in sort order.SearchProfilesResponse.Builder profiles(Consumer<ProfileData.Builder>... profiles)
The profiles that meet the specified set of filter criteria, in sort order.
This is a convenience method that creates an instance of theProfileData.Builder avoiding the need to
create one manually via ProfileData.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #profiles(List.
profiles - a consumer that will call methods on
ProfileData.Builder#profiles(java.util.Collection) SearchProfilesResponse.Builder nextToken(String nextToken)
The token returned to indicate that there is more data available.
nextToken - The token returned to indicate that there is more data available.SearchProfilesResponse.Builder totalCount(Integer totalCount)
The total number of room profiles returned.
totalCount - The total number of room profiles returned.Copyright © 2023. All rights reserved.