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