@Stability(value=Stable) public static final class CfnFirewallPolicyProps.Builder extends Object implements software.amazon.jsii.Builder<CfnFirewallPolicyProps>
CfnFirewallPolicyProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnFirewallPolicyProps |
build()
Builds the configured instance.
|
CfnFirewallPolicyProps.Builder |
description(String description)
Sets the value of
CfnFirewallPolicyProps.getDescription() |
CfnFirewallPolicyProps.Builder |
firewallPolicy(CfnFirewallPolicy.FirewallPolicyProperty firewallPolicy)
Sets the value of
CfnFirewallPolicyProps.getFirewallPolicy() |
CfnFirewallPolicyProps.Builder |
firewallPolicy(IResolvable firewallPolicy)
Sets the value of
CfnFirewallPolicyProps.getFirewallPolicy() |
CfnFirewallPolicyProps.Builder |
firewallPolicyName(String firewallPolicyName)
Sets the value of
CfnFirewallPolicyProps.getFirewallPolicyName() |
CfnFirewallPolicyProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnFirewallPolicyProps.getTags() |
@Stability(value=Stable) public CfnFirewallPolicyProps.Builder firewallPolicy(CfnFirewallPolicy.FirewallPolicyProperty firewallPolicy)
CfnFirewallPolicyProps.getFirewallPolicy()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.this@Stability(value=Stable) public CfnFirewallPolicyProps.Builder firewallPolicy(IResolvable firewallPolicy)
CfnFirewallPolicyProps.getFirewallPolicy()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.this@Stability(value=Stable) public CfnFirewallPolicyProps.Builder firewallPolicyName(String firewallPolicyName)
CfnFirewallPolicyProps.getFirewallPolicyName()firewallPolicyName - The descriptive name of the firewall policy. This parameter is required.
You can't change the name of a firewall policy after you create it.this@Stability(value=Stable) public CfnFirewallPolicyProps.Builder description(String description)
CfnFirewallPolicyProps.getDescription()description - A description of the firewall policy.this@Stability(value=Stable) public CfnFirewallPolicyProps.Builder tags(List<? extends CfnTag> tags)
CfnFirewallPolicyProps.getTags()tags - An array of key-value pairs to apply to this resource.
For more information, see Tag .this@Stability(value=Stable) public CfnFirewallPolicyProps build()
build in interface software.amazon.jsii.Builder<CfnFirewallPolicyProps>CfnFirewallPolicyPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.