@Stability(value=Stable) public static final class CfnByteMatchSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnByteMatchSetProps>
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(List<? extends Object> byteMatchTuples)
Sets the value of
CfnByteMatchSetProps.getByteMatchTuples() |
CfnByteMatchSetProps.Builder |
name(String name)
Sets the value of
CfnByteMatchSetProps.getName() |
@Stability(value=Stable) public CfnByteMatchSetProps.Builder name(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@Stability(value=Stable) 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@Stability(value=Stable) public CfnByteMatchSetProps.Builder byteMatchTuples(List<? extends 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@Stability(value=Stable) public CfnByteMatchSetProps build()
build in interface software.amazon.jsii.Builder<CfnByteMatchSetProps>CfnByteMatchSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.