| Package | Description |
|---|---|
| software.amazon.awssdk.services.customerprofiles.model |
| Modifier and Type | Method and Description |
|---|---|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.attributeTypesSelector(AttributeTypesSelector attributeTypesSelector)
Configures information about the
AttributeTypesSelector where the rule-based identity resolution
uses to match profiles. |
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. |
static RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.builder() |
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.conflictResolution(ConflictResolution conflictResolution)
Sets the value of the ConflictResolution property for this object.
|
default RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.conflictResolution(Consumer<ConflictResolution.Builder> conflictResolution)
Sets the value of the ConflictResolution property for this object.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.enabled(Boolean enabled)
The flag that enables the rule-based matching process of duplicate profiles.
|
default RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.exportingConfig(Consumer<ExportingConfig.Builder> exportingConfig)
Sets the value of the ExportingConfig property for this object.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.exportingConfig(ExportingConfig exportingConfig)
Sets the value of the ExportingConfig property for this object.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.matchingRules(Collection<MatchingRule> matchingRules)
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.matchingRules(Consumer<MatchingRule.Builder>... matchingRules)
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.matchingRules(MatchingRule... matchingRules)
Configures how the rule-based matching process should match profiles.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.maxAllowedRuleLevelForMatching(Integer maxAllowedRuleLevelForMatching)
Indicates the maximum allowed rule level.
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.Builder.maxAllowedRuleLevelForMerging(Integer maxAllowedRuleLevelForMerging)
|
RuleBasedMatchingRequest.Builder |
RuleBasedMatchingRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RuleBasedMatchingRequest.Builder> |
RuleBasedMatchingRequest.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateDomainRequest.Builder |
CreateDomainRequest.Builder.ruleBasedMatching(Consumer<RuleBasedMatchingRequest.Builder> ruleBasedMatching)
The process of matching duplicate profiles using the Rule-Based matching.
|
default UpdateDomainRequest.Builder |
UpdateDomainRequest.Builder.ruleBasedMatching(Consumer<RuleBasedMatchingRequest.Builder> ruleBasedMatching)
The process of matching duplicate profiles using the rule-Based matching.
|
Copyright © 2023. All rights reserved.