| Package | Description |
|---|---|
| software.amazon.awssdk.services.entityresolution.model |
| Modifier and Type | Method and Description |
|---|---|
List<Rule> |
RuleBasedProperties.rules()
A list of
Rule objects, each of which have fields RuleName and
MatchingKeys. |
| Modifier and Type | Method and Description |
|---|---|
RuleBasedProperties.Builder |
RuleBasedProperties.Builder.rules(Rule... rules)
A list of
Rule objects, each of which have fields RuleName and
MatchingKeys. |
| Modifier and Type | Method and Description |
|---|---|
RuleBasedProperties.Builder |
RuleBasedProperties.Builder.rules(Collection<Rule> rules)
A list of
Rule objects, each of which have fields RuleName and
MatchingKeys. |
Copyright © 2023. All rights reserved.