@Stability(value=Stable) public static final class CfnWebACL.XssMatchStatementProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.XssMatchStatementProperty>
CfnWebACL.XssMatchStatementProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnWebACL.XssMatchStatementProperty |
build()
Builds the configured instance.
|
CfnWebACL.XssMatchStatementProperty.Builder |
fieldToMatch(CfnWebACL.FieldToMatchProperty fieldToMatch)
Sets the value of
CfnWebACL.XssMatchStatementProperty.getFieldToMatch() |
CfnWebACL.XssMatchStatementProperty.Builder |
fieldToMatch(IResolvable fieldToMatch)
Sets the value of
CfnWebACL.XssMatchStatementProperty.getFieldToMatch() |
CfnWebACL.XssMatchStatementProperty.Builder |
textTransformations(IResolvable textTransformations)
Sets the value of
CfnWebACL.XssMatchStatementProperty.getTextTransformations() |
CfnWebACL.XssMatchStatementProperty.Builder |
textTransformations(List<? extends Object> textTransformations)
Sets the value of
CfnWebACL.XssMatchStatementProperty.getTextTransformations() |
@Stability(value=Stable) public CfnWebACL.XssMatchStatementProperty.Builder fieldToMatch(CfnWebACL.FieldToMatchProperty fieldToMatch)
CfnWebACL.XssMatchStatementProperty.getFieldToMatch()
fieldToMatch
- `CfnWebACL.XssMatchStatementProperty.FieldToMatch`. This parameter is required.this
@Stability(value=Stable) public CfnWebACL.XssMatchStatementProperty.Builder fieldToMatch(IResolvable fieldToMatch)
CfnWebACL.XssMatchStatementProperty.getFieldToMatch()
fieldToMatch
- `CfnWebACL.XssMatchStatementProperty.FieldToMatch`. This parameter is required.this
@Stability(value=Stable) public CfnWebACL.XssMatchStatementProperty.Builder textTransformations(IResolvable textTransformations)
CfnWebACL.XssMatchStatementProperty.getTextTransformations()
textTransformations
- `CfnWebACL.XssMatchStatementProperty.TextTransformations`. This parameter is required.this
@Stability(value=Stable) public CfnWebACL.XssMatchStatementProperty.Builder textTransformations(List<? extends Object> textTransformations)
CfnWebACL.XssMatchStatementProperty.getTextTransformations()
textTransformations
- `CfnWebACL.XssMatchStatementProperty.TextTransformations`. This parameter is required.this
@Stability(value=Stable) public CfnWebACL.XssMatchStatementProperty build()
build
in interface software.amazon.jsii.Builder<CfnWebACL.XssMatchStatementProperty>
CfnWebACL.XssMatchStatementProperty
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.