public static final class CfnByteMatchSet.Builder
extends java.lang.Object
CfnByteMatchSet
.Modifier and Type | Method and Description |
---|---|
CfnByteMatchSet |
build() |
CfnByteMatchSet.Builder |
byteMatchTuples(IResolvable 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.
|
CfnByteMatchSet.Builder |
byteMatchTuples(java.util.List<? extends java.lang.Object> 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.
|
static CfnByteMatchSet.Builder |
create(Construct scope,
java.lang.String id) |
CfnByteMatchSet.Builder |
name(java.lang.String name)
The name of the `ByteMatchSet` .
|
public static CfnByteMatchSet.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnByteMatchSet.ByteMatchTupleProperty.Builder
.public CfnByteMatchSet.Builder name(java.lang.String name)
You can't change Name
after you create a ByteMatchSet
.
name
- The name of the `ByteMatchSet` . This parameter is required.this
public CfnByteMatchSet.Builder byteMatchTuples(IResolvable byteMatchTuples)
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 parameter is required.this
public CfnByteMatchSet.Builder byteMatchTuples(java.util.List<? extends java.lang.Object> byteMatchTuples)
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 parameter is required.this
public CfnByteMatchSet build()