Class CfnRuleGroup.SingleQueryArgumentProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wafv2.CfnRuleGroup.SingleQueryArgumentProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRuleGroup.SingleQueryArgumentProperty>
- Enclosing interface:
CfnRuleGroup.SingleQueryArgumentProperty
@Stability(Stable)
public static final class CfnRuleGroup.SingleQueryArgumentProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRuleGroup.SingleQueryArgumentProperty>
A builder for
CfnRuleGroup.SingleQueryArgumentProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnRuleGroup.SingleQueryArgumentProperty.getName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnRuleGroup.SingleQueryArgumentProperty.getName()- Parameters:
name- The name of the query argument to inspect. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRuleGroup.SingleQueryArgumentProperty>- Returns:
- a new instance of
CfnRuleGroup.SingleQueryArgumentProperty - Throws:
NullPointerException- if any required attribute was not provided
-