Interface Rule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<Rule.Builder,
,Rule> SdkBuilder<Rule.Builder,
,Rule> SdkPojo
- Enclosing class:
Rule
@Mutable
@NotThreadSafe
public static interface Rule.Builder
extends SdkPojo, CopyableBuilder<Rule.Builder,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
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
matchingKeys
A list of
MatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match.- Parameters:
matchingKeys
- A list ofMatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
matchingKeys
A list of
MatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match.- Parameters:
matchingKeys
- A list ofMatchingKeys
. TheMatchingKeys
must have been defined in theSchemaMapping
. Two records are considered to match according to this rule if all of theMatchingKeys
match.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-