public static interface RuleResult.Builder extends SdkPojo, CopyableBuilder<RuleResult.Builder,RuleResult>
| Modifier and Type | Method and Description |
|---|---|
RuleResult.Builder |
outcomes(Collection<String> outcomes)
The outcomes of the matched rule, based on the rule execution mode.
|
RuleResult.Builder |
outcomes(String... outcomes)
The outcomes of the matched rule, based on the rule execution mode.
|
RuleResult.Builder |
ruleId(String ruleId)
The rule ID that was matched, based on the rule execution mode.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleResult.Builder ruleId(String ruleId)
The rule ID that was matched, based on the rule execution mode.
ruleId - The rule ID that was matched, based on the rule execution mode.RuleResult.Builder outcomes(Collection<String> outcomes)
The outcomes of the matched rule, based on the rule execution mode.
outcomes - The outcomes of the matched rule, based on the rule execution mode.RuleResult.Builder outcomes(String... outcomes)
The outcomes of the matched rule, based on the rule execution mode.
outcomes - The outcomes of the matched rule, based on the rule execution mode.Copyright © 2021. All rights reserved.