Uses of Interface
software.amazon.awssdk.services.customerprofiles.model.AttributeTypesSelector.Builder
-
Packages that use AttributeTypesSelector.Builder Package Description software.amazon.awssdk.services.customerprofiles.model -
-
Uses of AttributeTypesSelector.Builder in software.amazon.awssdk.services.customerprofiles.model
Methods in software.amazon.awssdk.services.customerprofiles.model that return AttributeTypesSelector.Builder Modifier and Type Method Description AttributeTypesSelector.BuilderAttributeTypesSelector.Builder. address(String... address)TheAddresstype.AttributeTypesSelector.BuilderAttributeTypesSelector.Builder. address(Collection<String> address)TheAddresstype.AttributeTypesSelector.BuilderAttributeTypesSelector.Builder. attributeMatchingModel(String attributeMatchingModel)Configures theAttributeMatchingModel, you can either chooseONE_TO_ONEorMANY_TO_MANY.AttributeTypesSelector.BuilderAttributeTypesSelector.Builder. attributeMatchingModel(AttributeMatchingModel attributeMatchingModel)Configures theAttributeMatchingModel, you can either chooseONE_TO_ONEorMANY_TO_MANY.static AttributeTypesSelector.BuilderAttributeTypesSelector. builder()AttributeTypesSelector.BuilderAttributeTypesSelector.Builder. emailAddress(String... emailAddress)TheEmailtype.AttributeTypesSelector.BuilderAttributeTypesSelector.Builder. emailAddress(Collection<String> emailAddress)TheEmailtype.AttributeTypesSelector.BuilderAttributeTypesSelector.Builder. phoneNumber(String... phoneNumber)ThePhoneNumbertype.AttributeTypesSelector.BuilderAttributeTypesSelector.Builder. phoneNumber(Collection<String> phoneNumber)ThePhoneNumbertype.AttributeTypesSelector.BuilderAttributeTypesSelector. toBuilder()Methods in software.amazon.awssdk.services.customerprofiles.model that return types with arguments of type AttributeTypesSelector.Builder Modifier and Type Method Description static Class<? extends AttributeTypesSelector.Builder>AttributeTypesSelector. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.customerprofiles.model with type arguments of type AttributeTypesSelector.Builder Modifier and Type Method Description default RuleBasedMatchingRequest.BuilderRuleBasedMatchingRequest.Builder. attributeTypesSelector(Consumer<AttributeTypesSelector.Builder> attributeTypesSelector)Configures information about theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.default RuleBasedMatchingResponse.BuilderRuleBasedMatchingResponse.Builder. attributeTypesSelector(Consumer<AttributeTypesSelector.Builder> attributeTypesSelector)Configures information about theAttributeTypesSelectorwhere the rule-based identity resolution uses to match profiles.
-