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