static GetMatchesResponse.Builder |
GetMatchesResponse.builder() |
|
GetMatchesResponse.Builder |
GetMatchesResponse.Builder.matches(Collection<MatchItem> matches) |
The list of matched profiles for this instance.
|
GetMatchesResponse.Builder |
GetMatchesResponse.Builder.matches(Consumer<MatchItem.Builder>... matches) |
The list of matched profiles for this instance.
|
GetMatchesResponse.Builder |
GetMatchesResponse.Builder.matches(MatchItem... matches) |
The list of matched profiles for this instance.
|
GetMatchesResponse.Builder |
GetMatchesResponse.Builder.matchGenerationDate(Instant matchGenerationDate) |
The timestamp this version of Match Result generated.
|
GetMatchesResponse.Builder |
GetMatchesResponse.Builder.nextToken(String nextToken) |
If there are additional results, this is the token for the next set of results.
|
GetMatchesResponse.Builder |
GetMatchesResponse.Builder.potentialMatches(Integer potentialMatches) |
The number of potential matches found.
|
GetMatchesResponse.Builder |
GetMatchesResponse.toBuilder() |
|