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 the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #customActions(List) .customActions - a consumer that will call methods on List.Builder #customActions(List) 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 the.Builder avoiding the need to create one manually via #builder() .
When the Consumer completes, List.Builder#build() is
called immediately and its result is passed to #statelessRules(List) .statelessRules - a consumer that will call methods on List.Builder #statelessRules(List) Copyright © 2022. All rights reserved.