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