@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 - `AWS::WAF::ByteMatchSet.Name`. This parameter is required.this@Stability(value=Stable) public CfnByteMatchSetProps.Builder byteMatchTuples(IResolvable byteMatchTuples)
CfnByteMatchSetProps.getByteMatchTuples()byteMatchTuples - `AWS::WAF::ByteMatchSet.ByteMatchTuples`.this@Stability(value=Stable) public CfnByteMatchSetProps.Builder byteMatchTuples(List<? extends Object> byteMatchTuples)
CfnByteMatchSetProps.getByteMatchTuples()byteMatchTuples - `AWS::WAF::ByteMatchSet.ByteMatchTuples`.this@Stability(value=Stable) public CfnByteMatchSetProps build()
build in interface software.amazon.jsii.Builder<CfnByteMatchSetProps>CfnByteMatchSetPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.