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