public static interface SearchProfilesResponse.Builder extends AlexaForBusinessResponse.Builder, 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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 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 #profiles(List) .profiles - a consumer that will call methods on List.Builder #profiles(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.