@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)
`AWS::WAF::ByteMatchSet.ByteMatchTuples`.
|
CfnByteMatchSet.Builder |
byteMatchTuples(List<? extends Object> byteMatchTuples)
`AWS::WAF::ByteMatchSet.ByteMatchTuples`.
|
static CfnByteMatchSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnByteMatchSet.Builder |
name(String name)
`AWS::WAF::ByteMatchSet.Name`.
|
@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)
name - `AWS::WAF::ByteMatchSet.Name`. This parameter is required.this@Stability(value=Stable) public CfnByteMatchSet.Builder byteMatchTuples(IResolvable byteMatchTuples)
byteMatchTuples - `AWS::WAF::ByteMatchSet.ByteMatchTuples`. This parameter is required.this@Stability(value=Stable) public CfnByteMatchSet.Builder byteMatchTuples(List<? extends Object> byteMatchTuples)
byteMatchTuples - `AWS::WAF::ByteMatchSet.ByteMatchTuples`. This parameter is required.this@Stability(value=Stable) public CfnByteMatchSet build()
build in interface software.amazon.jsii.Builder<CfnByteMatchSet>Copyright © 2021. All rights reserved.