Class CfnRegexPatternSetPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.wafregional.CfnRegexPatternSetPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnRegexPatternSetPropsMixin>
- Enclosing class:
CfnRegexPatternSetPropsMixin
@Stability(Stable)
public static final class CfnRegexPatternSetPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnRegexPatternSetPropsMixin>
A fluent builder for
CfnRegexPatternSetPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) A friendly name or description of theRegexPatternSet.regexPatternStrings(List<String> regexPatternStrings) Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such asB[a@]dB[o0]t.
-
Method Details
-
create
@Stability(Stable) public static CfnRegexPatternSetPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnRegexPatternSetPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnRegexPatternSetPropsMixin.Builder.
-
name
A friendly name or description of theRegexPatternSet.You can't change
Nameafter you create aRegexPatternSet.- Parameters:
name- A friendly name or description of theRegexPatternSet. This parameter is required.- Returns:
this- See Also:
-
regexPatternStrings
@Stability(Stable) public CfnRegexPatternSetPropsMixin.Builder regexPatternStrings(List<String> regexPatternStrings) Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such asB[a@]dB[o0]t.- Parameters:
regexPatternStrings- Specifies the regular expression (regex) patterns that you want AWS WAF to search for, such asB[a@]dB[o0]t. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnRegexPatternSetPropsMixin>- Returns:
- a newly built instance of
CfnRegexPatternSetPropsMixin.
-