Class CfnWebACL.ApplicationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.wafv2.CfnWebACL.ApplicationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACL.ApplicationConfigProperty>
- Enclosing interface:
CfnWebACL.ApplicationConfigProperty
@Stability(Stable)
public static final class CfnWebACL.ApplicationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnWebACL.ApplicationConfigProperty>
A builder for
CfnWebACL.ApplicationConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionattributes(List<? extends Object> attributes) Sets the value ofCfnWebACL.ApplicationConfigProperty.getAttributes()attributes(IResolvable attributes) Sets the value ofCfnWebACL.ApplicationConfigProperty.getAttributes()build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
attributes
@Stability(Stable) public CfnWebACL.ApplicationConfigProperty.Builder attributes(IResolvable attributes) Sets the value ofCfnWebACL.ApplicationConfigProperty.getAttributes()- Parameters:
attributes- Contains the attribute name and a list of values for that attribute. This parameter is required.- Returns:
this
-
attributes
@Stability(Stable) public CfnWebACL.ApplicationConfigProperty.Builder attributes(List<? extends Object> attributes) Sets the value ofCfnWebACL.ApplicationConfigProperty.getAttributes()- Parameters:
attributes- Contains the attribute name and a list of values for that attribute. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnWebACL.ApplicationConfigProperty>- Returns:
- a new instance of
CfnWebACL.ApplicationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-