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