Class WebACLReference.Builder
java.lang.Object
software.amazon.awscdk.services.waf.regional.WebACLReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<WebACLReference>
- Enclosing interface:
WebACLReference
@Stability(Stable)
public static final class WebACLReference.Builder
extends Object
implements software.amazon.jsii.Builder<WebACLReference>
A builder for
WebACLReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofWebACLReference.getWebAclId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
webAclId
Sets the value ofWebACLReference.getWebAclId()
- Parameters:
webAclId
- The Id of the WebACL resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<WebACLReference>
- Returns:
- a new instance of
WebACLReference
- Throws:
NullPointerException
- if any required attribute was not provided
-