public static interface RuleGroupSourceStatelessRulesDetails.Builder extends SdkPojo, CopyableBuilder<RuleGroupSourceStatelessRulesDetails.Builder,RuleGroupSourceStatelessRulesDetails>
| Modifier and Type | Method and Description |
|---|---|
RuleGroupSourceStatelessRulesDetails.Builder |
priority(Integer priority)
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
|
default RuleGroupSourceStatelessRulesDetails.Builder |
ruleDefinition(Consumer<RuleGroupSourceStatelessRuleDefinition.Builder> ruleDefinition)
Provides the definition of the stateless rule.
|
RuleGroupSourceStatelessRulesDetails.Builder |
ruleDefinition(RuleGroupSourceStatelessRuleDefinition ruleDefinition)
Provides the definition of the stateless rule.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroupSourceStatelessRulesDetails.Builder priority(Integer priority)
Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.
priority - Indicates the order in which to run this rule relative to all of the rules in the stateless rule
group.RuleGroupSourceStatelessRulesDetails.Builder ruleDefinition(RuleGroupSourceStatelessRuleDefinition ruleDefinition)
Provides the definition of the stateless rule.
ruleDefinition - Provides the definition of the stateless rule.default RuleGroupSourceStatelessRulesDetails.Builder ruleDefinition(Consumer<RuleGroupSourceStatelessRuleDefinition.Builder> ruleDefinition)
Provides the definition of the stateless rule.
This is a convenience method that creates an instance of theRuleGroupSourceStatelessRuleDefinition.Builder avoiding the need to create one manually via
RuleGroupSourceStatelessRuleDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to ruleDefinition(RuleGroupSourceStatelessRuleDefinition).
ruleDefinition - a consumer that will call methods on RuleGroupSourceStatelessRuleDefinition.BuilderruleDefinition(RuleGroupSourceStatelessRuleDefinition)Copyright © 2023. All rights reserved.