Uses of Class
software.amazon.awscdk.services.wafv2.CfnWebACL.XssMatchStatementProperty.Builder
-
Uses of CfnWebACL.XssMatchStatementProperty.Builder in software.amazon.awscdk.services.wafv2
Modifier and TypeMethodDescriptionCfnWebACL.XssMatchStatementProperty.builder()
CfnWebACL.XssMatchStatementProperty.Builder.fieldToMatch
(IResolvable fieldToMatch) Sets the value ofCfnWebACL.XssMatchStatementProperty.getFieldToMatch()
CfnWebACL.XssMatchStatementProperty.Builder.fieldToMatch
(CfnWebACL.FieldToMatchProperty fieldToMatch) Sets the value ofCfnWebACL.XssMatchStatementProperty.getFieldToMatch()
CfnWebACL.XssMatchStatementProperty.Builder.textTransformations
(List<? extends Object> textTransformations) Sets the value ofCfnWebACL.XssMatchStatementProperty.getTextTransformations()
CfnWebACL.XssMatchStatementProperty.Builder.textTransformations
(IResolvable textTransformations) Sets the value ofCfnWebACL.XssMatchStatementProperty.getTextTransformations()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.XssMatchStatementProperty.Builder
.