static SearchProfilesResponse.Builder |
SearchProfilesResponse.builder() |
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.nextToken(String nextToken) |
The token returned to indicate that there is more data available.
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.profiles(Collection<ProfileData> profiles) |
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.profiles(Consumer<ProfileData.Builder>... profiles) |
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.profiles(ProfileData... profiles) |
The profiles that meet the specified set of filter criteria, in sort order.
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.toBuilder() |
|
SearchProfilesResponse.Builder |
SearchProfilesResponse.Builder.totalCount(Integer totalCount) |
The total number of room profiles returned.
|