@Stability(value=Stable) public static final class CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroup.StatelessRulesAndCustomActionsProperty>
CfnRuleGroup.StatelessRulesAndCustomActionsProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroup.StatelessRulesAndCustomActionsProperty |
build()
Builds the configured instance.
|
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder |
customActions(IResolvable customActions)
Sets the value of
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.getCustomActions() |
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder |
customActions(List<? extends Object> customActions)
Sets the value of
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.getCustomActions() |
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder |
statelessRules(IResolvable statelessRules)
Sets the value of
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.getStatelessRules() |
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder |
statelessRules(List<? extends Object> statelessRules)
Sets the value of
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.getStatelessRules() |
@Stability(value=Stable) public CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder statelessRules(IResolvable statelessRules)
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.getStatelessRules()statelessRules - Defines the set of stateless rules for use in a stateless rule group. This parameter is required.this@Stability(value=Stable) public CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder statelessRules(List<? extends Object> statelessRules)
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.getStatelessRules()statelessRules - Defines the set of stateless rules for use in a stateless rule group. This parameter is required.this@Stability(value=Stable) public CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder customActions(IResolvable customActions)
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.getCustomActions()customActions - Defines an array of individual custom action definitions that are available for use by the stateless rules in this `StatelessRulesAndCustomActions` specification.
You name each custom action that you define, and then you can use it by name in your stateless rule RuleGroup.RuleDefinition Actions specification.this@Stability(value=Stable) public CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder customActions(List<? extends Object> customActions)
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.getCustomActions()customActions - Defines an array of individual custom action definitions that are available for use by the stateless rules in this `StatelessRulesAndCustomActions` specification.
You name each custom action that you define, and then you can use it by name in your stateless rule RuleGroup.RuleDefinition Actions specification.this@Stability(value=Stable) public CfnRuleGroup.StatelessRulesAndCustomActionsProperty build()
build in interface software.amazon.jsii.Builder<CfnRuleGroup.StatelessRulesAndCustomActionsProperty>CfnRuleGroup.StatelessRulesAndCustomActionsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.