Interface RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder,RuleGroupSourceStatelessRulesAndCustomActionsDetails>,SdkBuilder<RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder,RuleGroupSourceStatelessRulesAndCustomActionsDetails>,SdkPojo
- Enclosing class:
- RuleGroupSourceStatelessRulesAndCustomActionsDetails
public static interface RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder extends SdkPojo, CopyableBuilder<RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder,RuleGroupSourceStatelessRulesAndCustomActionsDetails>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
customActions
RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder customActions(Collection<RuleGroupSourceCustomActionsDetails> customActions)
Custom actions for the rule group.
- Parameters:
customActions- Custom actions for the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customActions
RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder customActions(RuleGroupSourceCustomActionsDetails... customActions)
Custom actions for the rule group.
- Parameters:
customActions- Custom actions for the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
customActions
RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder customActions(Consumer<RuleGroupSourceCustomActionsDetails.Builder>... customActions)
Custom actions for the rule group.
This is a convenience method that creates an instance of theRuleGroupSourceCustomActionsDetails.Builderavoiding the need to create one manually viaRuleGroupSourceCustomActionsDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#customActions(List.) - Parameters:
customActions- a consumer that will call methods onRuleGroupSourceCustomActionsDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#customActions(java.util.Collection)
-
statelessRules
RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder statelessRules(Collection<RuleGroupSourceStatelessRulesDetails> statelessRules)
Stateless rules for the rule group.
- Parameters:
statelessRules- Stateless rules for the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statelessRules
RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder statelessRules(RuleGroupSourceStatelessRulesDetails... statelessRules)
Stateless rules for the rule group.
- Parameters:
statelessRules- Stateless rules for the rule group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statelessRules
RuleGroupSourceStatelessRulesAndCustomActionsDetails.Builder statelessRules(Consumer<RuleGroupSourceStatelessRulesDetails.Builder>... statelessRules)
Stateless rules for the rule group.
This is a convenience method that creates an instance of theRuleGroupSourceStatelessRulesDetails.Builderavoiding the need to create one manually viaRuleGroupSourceStatelessRulesDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#statelessRules(List.) - Parameters:
statelessRules- a consumer that will call methods onRuleGroupSourceStatelessRulesDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#statelessRules(java.util.Collection)
-
-