Class CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53resolver.CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty>
- Enclosing interface:
CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty
@Stability(Stable)
public static final class CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
category
@Stability(Stable) public CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty.Builder category(String category) Sets the value ofCfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty.getCategory()- Parameters:
category- The threat category value.- Returns:
this
-
build
@Stability(Stable) public CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty>- Returns:
- a new instance of
CfnFirewallRuleGroupPropsMixin.FirewallAdvancedThreatCategoryConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-