| Package | Description |
|---|---|
| com.amazonaws.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
Rule |
Rule.clone() |
Rule |
Rule.withMatchingKeys(Collection<String> matchingKeys)
A list of
MatchingKeys. |
Rule |
Rule.withMatchingKeys(String... matchingKeys)
A list of
MatchingKeys. |
Rule |
Rule.withRuleName(String ruleName)
A name for the matching rule.
|
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
IdMappingRuleBasedProperties.getRules()
The rules that can be used for ID mapping.
|
List<Rule> |
NamespaceRuleBasedProperties.getRules()
The rules for the ID namespace.
|
List<Rule> |
RuleBasedProperties.getRules()
A list of
Rule objects, each of which have fields RuleName and
MatchingKeys. |
| Modifier and Type | Method and Description |
|---|---|
IdMappingRuleBasedProperties |
IdMappingRuleBasedProperties.withRules(Rule... rules)
The rules that can be used for ID mapping.
|
NamespaceRuleBasedProperties |
NamespaceRuleBasedProperties.withRules(Rule... rules)
The rules for the ID namespace.
|
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 |
IdMappingRuleBasedProperties.setRules(Collection<Rule> rules)
The rules that can be used for ID mapping.
|
void |
NamespaceRuleBasedProperties.setRules(Collection<Rule> rules)
The rules for the ID namespace.
|
void |
RuleBasedProperties.setRules(Collection<Rule> rules)
A list of
Rule objects, each of which have fields RuleName and
MatchingKeys. |
IdMappingRuleBasedProperties |
IdMappingRuleBasedProperties.withRules(Collection<Rule> rules)
The rules that can be used for ID mapping.
|
NamespaceRuleBasedProperties |
NamespaceRuleBasedProperties.withRules(Collection<Rule> rules)
The rules for the ID namespace.
|
RuleBasedProperties |
RuleBasedProperties.withRules(Collection<Rule> rules)
A list of
Rule objects, each of which have fields RuleName and
MatchingKeys. |
Copyright © 2025. All rights reserved.