Class CfnWebACLPropsMixin.ExcludedRuleProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wafv2.CfnWebACLPropsMixin.ExcludedRuleProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACLPropsMixin.ExcludedRuleProperty>
- Enclosing interface:
CfnWebACLPropsMixin.ExcludedRuleProperty
@Stability(Stable)
public static final class CfnWebACLPropsMixin.ExcludedRuleProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebACLPropsMixin.ExcludedRuleProperty>
A builder for
CfnWebACLPropsMixin.ExcludedRuleProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnWebACLPropsMixin.ExcludedRuleProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnWebACLPropsMixin.ExcludedRuleProperty.getName()- Parameters:
name- The name of the rule whose action you want to override toCount.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebACLPropsMixin.ExcludedRuleProperty>- Returns:
- a new instance of
CfnWebACLPropsMixin.ExcludedRuleProperty - Throws:
NullPointerException- if any required attribute was not provided
-