public static interface MatchingRule.Builder extends SdkPojo, CopyableBuilder<MatchingRule.Builder,MatchingRule>
| Modifier and Type | Method and Description |
|---|---|
MatchingRule.Builder |
rule(Collection<String> rule)
A single rule level of the
MatchRules. |
MatchingRule.Builder |
rule(String... rule)
A single rule level of the
MatchRules. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMatchingRule.Builder rule(Collection<String> rule)
A single rule level of the MatchRules. Configures how the rule-based matching process should
match profiles.
rule - A single rule level of the MatchRules. Configures how the rule-based matching process
should match profiles.MatchingRule.Builder rule(String... rule)
A single rule level of the MatchRules. Configures how the rule-based matching process should
match profiles.
rule - A single rule level of the MatchRules. Configures how the rule-based matching process
should match profiles.Copyright © 2023. All rights reserved.