@Stability(value=Stable) public static final class CfnByteMatchSet.Builder extends Object implements software.amazon.jsii.Builder<CfnByteMatchSet>
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(List<? extends 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(software.constructs.Construct scope,
String id) |
CfnByteMatchSet.Builder |
name(String name)
The name of the `ByteMatchSet` .
|
@Stability(value=Stable) public static CfnByteMatchSet.Builder create(software.constructs.Construct scope, 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.@Stability(value=Stable) public CfnByteMatchSet.Builder name(String name)
You can't change Name after you create a ByteMatchSet .
name - The name of the `ByteMatchSet` . This parameter is required.this@Stability(value=Stable) 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@Stability(value=Stable) public CfnByteMatchSet.Builder byteMatchTuples(List<? extends 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@Stability(value=Stable) public CfnByteMatchSet build()
build in interface software.amazon.jsii.Builder<CfnByteMatchSet>Copyright © 2022. All rights reserved.