| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
AttributeTypesSelector.Builder |
AttributeTypesSelector.Builder.address(Collection<String> address)
The
Address type. |
AttributeTypesSelector.Builder |
AttributeTypesSelector.Builder.address(String... address)
The
Address type. |
AttributeTypesSelector.Builder |
AttributeTypesSelector.Builder.attributeMatchingModel(AttributeMatchingModel attributeMatchingModel)
Configures the
AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY. |
AttributeTypesSelector.Builder |
AttributeTypesSelector.Builder.attributeMatchingModel(String attributeMatchingModel)
Configures the
AttributeMatchingModel, you can either choose ONE_TO_ONE or
MANY_TO_MANY. |
static AttributeTypesSelector.Builder |
AttributeTypesSelector.builder() |
AttributeTypesSelector.Builder |
AttributeTypesSelector.Builder.emailAddress(Collection<String> emailAddress)
The
Email type. |
AttributeTypesSelector.Builder |
AttributeTypesSelector.Builder.emailAddress(String... emailAddress)
The
Email type. |
AttributeTypesSelector.Builder |
AttributeTypesSelector.Builder.phoneNumber(Collection<String> phoneNumber)
The
PhoneNumber type. |
AttributeTypesSelector.Builder |
AttributeTypesSelector.Builder.phoneNumber(String... phoneNumber)
The
PhoneNumber type. |
AttributeTypesSelector.Builder |
AttributeTypesSelector.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AttributeTypesSelector.Builder> |
AttributeTypesSelector.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.attributeTypesSelector(Consumer<AttributeTypesSelector.Builder> attributeTypesSelector)
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
default RuleBasedMatchingResponse.Builder |
RuleBasedMatchingResponse.Builder.attributeTypesSelector(Consumer<AttributeTypesSelector.Builder> attributeTypesSelector)
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
Copyright © 2023. All rights reserved.