Class CfnFirewallPolicyPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.networkfirewall.CfnFirewallPolicyPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFirewallPolicyPropsMixin>
- Enclosing class:
CfnFirewallPolicyPropsMixin
@Stability(Stable)
public static final class CfnFirewallPolicyPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFirewallPolicyPropsMixin>
A fluent builder for
CfnFirewallPolicyPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) description(String description) A description of the firewall policy.firewallPolicy(CfnFirewallPolicyPropsMixin.FirewallPolicyProperty firewallPolicy) The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.firewallPolicy(IResolvable firewallPolicy) The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.firewallPolicyName(String firewallPolicyName) The descriptive name of the firewall policy.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnFirewallPolicyPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFirewallPolicyPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFirewallPolicyPropsMixin.Builder.
-
description
A description of the firewall policy.- Parameters:
description- A description of the firewall policy. This parameter is required.- Returns:
this- See Also:
-
firewallPolicy
@Stability(Stable) public CfnFirewallPolicyPropsMixin.Builder firewallPolicy(IResolvable firewallPolicy) The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.- Parameters:
firewallPolicy- The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings. This parameter is required.- Returns:
this- See Also:
-
firewallPolicy
@Stability(Stable) public CfnFirewallPolicyPropsMixin.Builder firewallPolicy(CfnFirewallPolicyPropsMixin.FirewallPolicyProperty firewallPolicy) The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings.- Parameters:
firewallPolicy- The traffic filtering behavior of a firewall policy, defined in a collection of stateless and stateful rule groups and other settings. This parameter is required.- Returns:
this- See Also:
-
firewallPolicyName
@Stability(Stable) public CfnFirewallPolicyPropsMixin.Builder firewallPolicyName(String firewallPolicyName) The descriptive name of the firewall policy.You can't change the name of a firewall policy after you create it.
- Parameters:
firewallPolicyName- The descriptive name of the firewall policy. This parameter is required.- Returns:
this- See Also:
-
tags
An array of key-value pairs to apply to this resource.For more information, see Tag .
- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFirewallPolicyPropsMixin>- Returns:
- a newly built instance of
CfnFirewallPolicyPropsMixin.
-