public static interface RuleActionOverride.Builder extends SdkPojo, CopyableBuilder<RuleActionOverride.Builder,RuleActionOverride>
| Modifier and Type | Method and Description |
|---|---|
default RuleActionOverride.Builder |
actionToUse(Consumer<RuleAction.Builder> actionToUse)
The override action to use, in place of the configured action of the rule in the rule group.
|
RuleActionOverride.Builder |
actionToUse(RuleAction actionToUse)
The override action to use, in place of the configured action of the rule in the rule group.
|
RuleActionOverride.Builder |
name(String name)
The name of the rule to override.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleActionOverride.Builder name(String name)
The name of the rule to override.
name - The name of the rule to override.RuleActionOverride.Builder actionToUse(RuleAction actionToUse)
The override action to use, in place of the configured action of the rule in the rule group.
actionToUse - The override action to use, in place of the configured action of the rule in the rule group.default RuleActionOverride.Builder actionToUse(Consumer<RuleAction.Builder> actionToUse)
The override action to use, in place of the configured action of the rule in the rule group.
This is a convenience method that creates an instance of theRuleAction.Builder avoiding the need to
create one manually via RuleAction.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to actionToUse(RuleAction).
actionToUse - a consumer that will call methods on RuleAction.BuilderactionToUse(RuleAction)Copyright © 2023. All rights reserved.