@Stability(value=Stable) public static final class CfnRegexPatternSet.Builder extends Object implements software.amazon.jsii.Builder<CfnRegexPatternSet>
CfnRegexPatternSet.| Modifier and Type | Method and Description |
|---|---|
CfnRegexPatternSet |
build() |
static CfnRegexPatternSet.Builder |
create(software.constructs.Construct scope,
String id) |
CfnRegexPatternSet.Builder |
description(String description)
`AWS::WAFv2::RegexPatternSet.Description`.
|
CfnRegexPatternSet.Builder |
name(String name)
`AWS::WAFv2::RegexPatternSet.Name`.
|
CfnRegexPatternSet.Builder |
regularExpressionList(List<String> regularExpressionList)
`AWS::WAFv2::RegexPatternSet.RegularExpressionList`.
|
CfnRegexPatternSet.Builder |
scope(String scope)
`AWS::WAFv2::RegexPatternSet.Scope`.
|
CfnRegexPatternSet.Builder |
tags(List<? extends CfnTag> tags)
`AWS::WAFv2::RegexPatternSet.Tags`.
|
@Stability(value=Stable) public static CfnRegexPatternSet.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.CfnRegexPatternSet.Builder.@Stability(value=Stable) public CfnRegexPatternSet.Builder regularExpressionList(List<String> regularExpressionList)
regularExpressionList - `AWS::WAFv2::RegexPatternSet.RegularExpressionList`. This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSet.Builder scope(String scope)
scope - `AWS::WAFv2::RegexPatternSet.Scope`. This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSet.Builder description(String description)
description - `AWS::WAFv2::RegexPatternSet.Description`. This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSet.Builder name(String name)
name - `AWS::WAFv2::RegexPatternSet.Name`. This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSet.Builder tags(List<? extends CfnTag> tags)
tags - `AWS::WAFv2::RegexPatternSet.Tags`. This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSet build()
build in interface software.amazon.jsii.Builder<CfnRegexPatternSet>Copyright © 2021. All rights reserved.