public static final class CfnByteMatchSetProps.Builder
extends java.lang.Object
CfnByteMatchSetProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnByteMatchSetProps |
build()
Builds the configured instance.
|
CfnByteMatchSetProps.Builder |
byteMatchTuples(IResolvable byteMatchTuples)
Sets the value of
CfnByteMatchSetProps.getByteMatchTuples() |
CfnByteMatchSetProps.Builder |
byteMatchTuples(java.util.List<? extends java.lang.Object> byteMatchTuples)
Sets the value of
CfnByteMatchSetProps.getByteMatchTuples() |
CfnByteMatchSetProps.Builder |
name(java.lang.String name)
Sets the value of
CfnByteMatchSetProps.getName() |
public CfnByteMatchSetProps.Builder name(java.lang.String name)
CfnByteMatchSetProps.getName()
name
- A friendly name or description of the `ByteMatchSet` . This parameter is required.
You can't change Name
after you create a ByteMatchSet
.this
public CfnByteMatchSetProps.Builder byteMatchTuples(IResolvable byteMatchTuples)
CfnByteMatchSetProps.getByteMatchTuples()
byteMatchTuples
- Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.this
public CfnByteMatchSetProps.Builder byteMatchTuples(java.util.List<? extends java.lang.Object> byteMatchTuples)
CfnByteMatchSetProps.getByteMatchTuples()
byteMatchTuples
- Specifies the bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to search for in web requests, the location in requests that you want AWS WAF to search, and other settings.this
public CfnByteMatchSetProps build()
CfnByteMatchSetProps
java.lang.NullPointerException
- if any required attribute was not provided