Interface MatchingRule.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MatchingRule.Builder,MatchingRule>,SdkBuilder<MatchingRule.Builder,MatchingRule>,SdkPojo
- Enclosing class:
- MatchingRule
public static interface MatchingRule.Builder extends SdkPojo, CopyableBuilder<MatchingRule.Builder,MatchingRule>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MatchingRule.Builderrule(String... rule)A single rule level of theMatchRules.MatchingRule.Builderrule(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, sdkFields
-
-
-
-
Method Detail
-
rule
MatchingRule.Builder rule(Collection<String> 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
MatchingRule.Builder rule(String... 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.
-
-