| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
RuleBasedProperties |
RuleBasedProperties.clone() |
RuleBasedProperties |
ResolutionTechniques.getRuleBasedProperties()
An object which defines the list of matching rules to run and has a field
Rules, which is a list of
rule objects. |
RuleBasedProperties |
RuleBasedProperties.withAttributeMatchingModel(AttributeMatchingModel attributeMatchingModel)
The comparison type.
|
RuleBasedProperties |
RuleBasedProperties.withAttributeMatchingModel(String attributeMatchingModel)
The comparison type.
|
RuleBasedProperties |
RuleBasedProperties.withMatchPurpose(MatchPurpose matchPurpose)
An indicator of whether to generate IDs and index the data or not.
|
RuleBasedProperties |
RuleBasedProperties.withMatchPurpose(String matchPurpose)
An indicator of whether to generate IDs and index the data or not.
|
RuleBasedProperties |
RuleBasedProperties.withRules(Collection<Rule> rules)
A list of
Rule objects, each of which have fields RuleName and
MatchingKeys. |
RuleBasedProperties |
RuleBasedProperties.withRules(Rule... rules)
A list of
Rule objects, each of which have fields RuleName and
MatchingKeys. |
| Modifier and Type | Method and Description |
|---|---|
void |
ResolutionTechniques.setRuleBasedProperties(RuleBasedProperties ruleBasedProperties)
An object which defines the list of matching rules to run and has a field
Rules, which is a list of
rule objects. |
ResolutionTechniques |
ResolutionTechniques.withRuleBasedProperties(RuleBasedProperties ruleBasedProperties)
An object which defines the list of matching rules to run and has a field
Rules, which is a list of
rule objects. |
Copyright © 2025. All rights reserved.