Class CfnFirewallRuleGroupAssociationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53resolver.CfnFirewallRuleGroupAssociationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFirewallRuleGroupAssociationPropsMixin>
- Enclosing class:
CfnFirewallRuleGroupAssociationPropsMixin
@Stability(Stable)
public static final class CfnFirewallRuleGroupAssociationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFirewallRuleGroupAssociationPropsMixin>
A fluent builder for
CfnFirewallRuleGroupAssociationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) firewallRuleGroupId(String firewallRuleGroupId) The unique identifier of the firewall rule group.firewallRuleGroupId(IFirewallRuleGroupRef firewallRuleGroupId) The unique identifier of the firewall rule group.mutationProtection(String mutationProtection) If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.The name of the association.The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC.A list of the tag keys and values that you want to associate with the rule group.The unique identifier of the VPC that is associated with the rule group.The unique identifier of the VPC that is associated with the rule group.
-
Method Details
-
create
@Stability(Stable) public static CfnFirewallRuleGroupAssociationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnFirewallRuleGroupAssociationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnFirewallRuleGroupAssociationPropsMixin.Builder.
-
firewallRuleGroupId
@Stability(Stable) public CfnFirewallRuleGroupAssociationPropsMixin.Builder firewallRuleGroupId(String firewallRuleGroupId) The unique identifier of the firewall rule group.- Parameters:
firewallRuleGroupId- The unique identifier of the firewall rule group. This parameter is required.- Returns:
this- See Also:
-
firewallRuleGroupId
@Stability(Stable) public CfnFirewallRuleGroupAssociationPropsMixin.Builder firewallRuleGroupId(IFirewallRuleGroupRef firewallRuleGroupId) The unique identifier of the firewall rule group.- Parameters:
firewallRuleGroupId- The unique identifier of the firewall rule group. This parameter is required.- Returns:
this- See Also:
-
mutationProtection
@Stability(Stable) public CfnFirewallRuleGroupAssociationPropsMixin.Builder mutationProtection(String mutationProtection) If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.- Parameters:
mutationProtection- If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. This parameter is required.- Returns:
this- See Also:
-
name
The name of the association.- Parameters:
name- The name of the association. This parameter is required.- Returns:
this- See Also:
-
priority
@Stability(Stable) public CfnFirewallRuleGroupAssociationPropsMixin.Builder priority(Number priority) The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC.DNS Firewall filters VPC traffic starting from rule group with the lowest numeric priority setting.
You must specify a unique priority for each rule group that you associate with a single VPC. To make it easier to insert rule groups later, leave space between the numbers, for example, use 101, 200, and so on. You can change the priority setting for a rule group association after you create it.
The allowed values for
Priorityare between 100 and 9900 (excluding 100 and 9900).- Parameters:
priority- The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnFirewallRuleGroupAssociationPropsMixin.Builder tags(List<? extends CfnTag> tags) A list of the tag keys and values that you want to associate with the rule group.- Parameters:
tags- A list of the tag keys and values that you want to associate with the rule group. This parameter is required.- Returns:
this- See Also:
-
vpcId
The unique identifier of the VPC that is associated with the rule group.- Parameters:
vpcId- The unique identifier of the VPC that is associated with the rule group. This parameter is required.- Returns:
this- See Also:
-
vpcId
The unique identifier of the VPC that is associated with the rule group.- Parameters:
vpcId- The unique identifier of the VPC that is associated with the rule group. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFirewallRuleGroupAssociationPropsMixin>- Returns:
- a newly built instance of
CfnFirewallRuleGroupAssociationPropsMixin.
-