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(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.
|
buildcopyapply, 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 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.