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