Interface Rule.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Rule.Builder,,Rule> SdkBuilder<Rule.Builder,,Rule> SdkPojo
- Enclosing class:
Rule
-
Method Summary
Modifier and TypeMethodDescriptionmatchingKeys(String... matchingKeys) A list ofMatchingKeys.matchingKeys(Collection<String> matchingKeys) A list ofMatchingKeys.A name for the matching rule.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
matchingKeys
A list of
MatchingKeys. TheMatchingKeysmust have been defined in theSchemaMapping. Two records are considered to match according to this rule if all of theMatchingKeysmatch.- Parameters:
matchingKeys- A list ofMatchingKeys. TheMatchingKeysmust have been defined in theSchemaMapping. Two records are considered to match according to this rule if all of theMatchingKeysmatch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchingKeys
A list of
MatchingKeys. TheMatchingKeysmust have been defined in theSchemaMapping. Two records are considered to match according to this rule if all of theMatchingKeysmatch.- Parameters:
matchingKeys- A list ofMatchingKeys. TheMatchingKeysmust have been defined in theSchemaMapping. Two records are considered to match according to this rule if all of theMatchingKeysmatch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleName
A name for the matching rule.
- Parameters:
ruleName- A name for the matching rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-