Interface MatchingRule.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MatchingRule.Builder,
,MatchingRule> SdkBuilder<MatchingRule.Builder,
,MatchingRule> SdkPojo
- Enclosing class:
MatchingRule
@Mutable
@NotThreadSafe
public static interface MatchingRule.Builder
extends SdkPojo, CopyableBuilder<MatchingRule.Builder,MatchingRule>
-
Method Summary
Modifier and TypeMethodDescriptionA single rule level of theMatchRules
.rule
(Collection<String> rule) A single rule level of theMatchRules
.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
-
rule
A single rule level of the
MatchRules
. Configures how the rule-based matching process should match profiles.- Parameters:
rule
- A single rule level of theMatchRules
. Configures how the rule-based matching process should match profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rule
A single rule level of the
MatchRules
. Configures how the rule-based matching process should match profiles.- Parameters:
rule
- A single rule level of theMatchRules
. Configures how the rule-based matching process should match profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-