Uses of Class
software.amazon.awscdk.services.networkfirewall.CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder
Package
Description
AWS::NetworkFirewall Construct Library
-
Uses of CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder in software.amazon.awscdk.services.networkfirewall
Modifier and TypeMethodDescriptionCfnRuleGroup.StatelessRulesAndCustomActionsProperty.builder()
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder.customActions
(List<? extends Object> customActions) Sets the value ofCfnRuleGroup.StatelessRulesAndCustomActionsProperty.getCustomActions()
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder.customActions
(IResolvable customActions) Sets the value ofCfnRuleGroup.StatelessRulesAndCustomActionsProperty.getCustomActions()
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder.statelessRules
(List<? extends Object> statelessRules) Sets the value ofCfnRuleGroup.StatelessRulesAndCustomActionsProperty.getStatelessRules()
CfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder.statelessRules
(IResolvable statelessRules) Sets the value ofCfnRuleGroup.StatelessRulesAndCustomActionsProperty.getStatelessRules()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRuleGroup.StatelessRulesAndCustomActionsProperty.Builder
.