Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.MatchItem.Builder
-
Packages that use MatchItem.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of MatchItem.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return MatchItem.Builder Modifier and Type Method Description static MatchItem.BuilderMatchItem. builder()MatchItem.BuilderMatchItem.Builder. confidenceScore(Double confidenceScore)A number between 0 and 1, where a higher score means higher similarity.MatchItem.BuilderMatchItem.Builder. matchId(String matchId)The unique identifiers for this group of profiles that match.MatchItem.BuilderMatchItem.Builder. profileIds(String... profileIds)A list of identifiers for profiles that match.MatchItem.BuilderMatchItem.Builder. profileIds(Collection<String> profileIds)A list of identifiers for profiles that match.MatchItem.BuilderMatchItem. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type MatchItem.Builder Modifier and Type Method Description static Class<? extends MatchItem.Builder>MatchItem. serializableBuilderClass()
-