@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)
A friendly name or description of the `RegexPatternSet` .
|
CfnRegexPatternSet.Builder |
regexPatternStrings(List<String> regexPatternStrings)
Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t` .
|
@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)
You can't change Name after you create a RegexPatternSet .
name - A friendly name or description of the `RegexPatternSet` . This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSet.Builder regexPatternStrings(List<String> regexPatternStrings)
regexPatternStrings - Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such as `B[a@]dB[o0]t` . This parameter is required.this@Stability(value=Stable) public CfnRegexPatternSet build()
build in interface software.amazon.jsii.Builder<CfnRegexPatternSet>Copyright © 2022. All rights reserved.