@Stability(value=Stable) public static final class CfnWebACL.RegexMatchStatementProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.RegexMatchStatementProperty>
CfnWebACL.RegexMatchStatementProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnWebACL.RegexMatchStatementProperty.Builder fieldToMatch(CfnWebACL.FieldToMatchProperty fieldToMatch)
CfnWebACL.RegexMatchStatementProperty.getFieldToMatch()fieldToMatch - `CfnWebACL.RegexMatchStatementProperty.FieldToMatch`. This parameter is required.this@Stability(value=Stable) public CfnWebACL.RegexMatchStatementProperty.Builder fieldToMatch(IResolvable fieldToMatch)
CfnWebACL.RegexMatchStatementProperty.getFieldToMatch()fieldToMatch - `CfnWebACL.RegexMatchStatementProperty.FieldToMatch`. This parameter is required.this@Stability(value=Stable) public CfnWebACL.RegexMatchStatementProperty.Builder regexString(String regexString)
CfnWebACL.RegexMatchStatementProperty.getRegexString()regexString - `CfnWebACL.RegexMatchStatementProperty.RegexString`. This parameter is required.this@Stability(value=Stable) public CfnWebACL.RegexMatchStatementProperty.Builder textTransformations(IResolvable textTransformations)
CfnWebACL.RegexMatchStatementProperty.getTextTransformations()textTransformations - `CfnWebACL.RegexMatchStatementProperty.TextTransformations`. This parameter is required.this@Stability(value=Stable) public CfnWebACL.RegexMatchStatementProperty.Builder textTransformations(List<? extends Object> textTransformations)
CfnWebACL.RegexMatchStatementProperty.getTextTransformations()textTransformations - `CfnWebACL.RegexMatchStatementProperty.TextTransformations`. This parameter is required.this@Stability(value=Stable) public CfnWebACL.RegexMatchStatementProperty build()
build in interface software.amazon.jsii.Builder<CfnWebACL.RegexMatchStatementProperty>CfnWebACL.RegexMatchStatementPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.