@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 |
name(String name)
`AWS::WAFRegional::RegexPatternSet.Name`.
|
CfnRegexPatternSet.Builder |
regexPatternStrings(List<String> regexPatternStrings)
`AWS::WAFRegional::RegexPatternSet.RegexPatternStrings`.
|
@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 name(String name)
name - `AWS::WAFRegional::RegexPatternSet.Name`. This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSet.Builder regexPatternStrings(List<String> regexPatternStrings)
regexPatternStrings - `AWS::WAFRegional::RegexPatternSet.RegexPatternStrings`. This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSet build()
build in interface software.amazon.jsii.Builder<CfnRegexPatternSet>Copyright © 2021. All rights reserved.