public static interface RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder extends SdkPojo, CopyableBuilder<RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder,RuleGroupSourceStatelessRulesAndCustomActionsDetails>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder customActions(Collection<RuleGroupSourceCustomActionsDetails> customActions)
Custom actions for the rule group.
customActions - Custom actions for the rule group.RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder customActions(RuleGroupSourceCustomActionsDetails... customActions)
Custom actions for the rule group.
customActions - Custom actions for the rule group.RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder customActions(Consumer<RuleGroupSourceCustomActionsDetails.Builder>... customActions)
Custom actions for the rule group.
This is a convenience method that creates an instance of theRuleGroupSourceCustomActionsDetails.Builder
avoiding the need to create one manually via
RuleGroupSourceCustomActionsDetails.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #customActions(List.
customActions - a consumer that will call methods on
RuleGroupSourceCustomActionsDetails.Builder#customActions(java.util.Collection) RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder statelessRules(Collection<RuleGroupSourceStatelessRulesDetails> statelessRules)
Stateless rules for the rule group.
statelessRules - Stateless rules for the rule group.RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder statelessRules(RuleGroupSourceStatelessRulesDetails... statelessRules)
Stateless rules for the rule group.
statelessRules - Stateless rules for the rule group.RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder statelessRules(Consumer<RuleGroupSourceStatelessRulesDetails.Builder>... statelessRules)
Stateless rules for the rule group.
This is a convenience method that creates an instance of theRuleGroupSourceStatelessRulesDetails.Builder
avoiding the need to create one manually via
RuleGroupSourceStatelessRulesDetails.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #statelessRules(List.
statelessRules - a consumer that will call methods on
RuleGroupSourceStatelessRulesDetails.Builder#statelessRules(java.util.Collection) Copyright © 2023. All rights reserved.