public static interface Rule.Builder extends SdkPojo, CopyableBuilder<Rule.Builder,Rule>
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
matchingKeys(Collection<String> matchingKeys)
A list of
MatchingKeys. |
Rule.Builder |
matchingKeys(String... matchingKeys)
A list of
MatchingKeys. |
Rule.Builder |
ruleName(String ruleName)
A name for the matching rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRule.Builder matchingKeys(Collection<String> matchingKeys)
A list of MatchingKeys. The MatchingKeys must have been defined in the
SchemaMapping. Two records are considered to match according to this rule if all of the
MatchingKeys match.
matchingKeys - A list of MatchingKeys. The MatchingKeys must have been defined in the
SchemaMapping. Two records are considered to match according to this rule if all of the
MatchingKeys match.Rule.Builder matchingKeys(String... matchingKeys)
A list of MatchingKeys. The MatchingKeys must have been defined in the
SchemaMapping. Two records are considered to match according to this rule if all of the
MatchingKeys match.
matchingKeys - A list of MatchingKeys. The MatchingKeys must have been defined in the
SchemaMapping. Two records are considered to match according to this rule if all of the
MatchingKeys match.Rule.Builder ruleName(String ruleName)
A name for the matching rule.
ruleName - A name for the matching rule.Copyright © 2023. All rights reserved.