@Stability(value=Stable) public static final class CfnRegexPatternSetProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRegexPatternSetProps>
CfnRegexPatternSetProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRegexPatternSetProps |
build()
Builds the configured instance.
|
CfnRegexPatternSetProps.Builder |
name(String name)
Sets the value of
CfnRegexPatternSetProps.getName() |
CfnRegexPatternSetProps.Builder |
regexPatternStrings(List<String> regexPatternStrings)
Sets the value of
CfnRegexPatternSetProps.getRegexPatternStrings() |
@Stability(value=Stable) public CfnRegexPatternSetProps.Builder name(String name)
CfnRegexPatternSetProps.getName()name - A friendly name or description of the `RegexPatternSet` . This parameter is required.
You can't change Name after you create a RegexPatternSet .this@Stability(value=Stable) public CfnRegexPatternSetProps.Builder regexPatternStrings(List<String> regexPatternStrings)
CfnRegexPatternSetProps.getRegexPatternStrings()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 CfnRegexPatternSetProps build()
build in interface software.amazon.jsii.Builder<CfnRegexPatternSetProps>CfnRegexPatternSetPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.