Uses of Class
software.amazon.awscdk.services.wafv2.CfnWebACL.ResponseInspectionProperty.Builder
-
Uses of CfnWebACL.ResponseInspectionProperty.Builder in software.amazon.awscdk.services.wafv2
Modifier and TypeMethodDescriptionCfnWebACL.ResponseInspectionProperty.Builder.bodyContains
(IResolvable bodyContains) Sets the value ofCfnWebACL.ResponseInspectionProperty.getBodyContains()
CfnWebACL.ResponseInspectionProperty.Builder.bodyContains
(CfnWebACL.ResponseInspectionBodyContainsProperty bodyContains) Sets the value ofCfnWebACL.ResponseInspectionProperty.getBodyContains()
CfnWebACL.ResponseInspectionProperty.builder()
CfnWebACL.ResponseInspectionProperty.Builder.header
(IResolvable header) Sets the value ofCfnWebACL.ResponseInspectionProperty.getHeader()
CfnWebACL.ResponseInspectionProperty.Builder.header
(CfnWebACL.ResponseInspectionHeaderProperty header) Sets the value ofCfnWebACL.ResponseInspectionProperty.getHeader()
CfnWebACL.ResponseInspectionProperty.Builder.json
(IResolvable json) Sets the value ofCfnWebACL.ResponseInspectionProperty.getJson()
CfnWebACL.ResponseInspectionProperty.Builder.json
(CfnWebACL.ResponseInspectionJsonProperty json) Sets the value ofCfnWebACL.ResponseInspectionProperty.getJson()
CfnWebACL.ResponseInspectionProperty.Builder.statusCode
(IResolvable statusCode) Sets the value ofCfnWebACL.ResponseInspectionProperty.getStatusCode()
CfnWebACL.ResponseInspectionProperty.Builder.statusCode
(CfnWebACL.ResponseInspectionStatusCodeProperty statusCode) Sets the value ofCfnWebACL.ResponseInspectionProperty.getStatusCode()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnWebACL.ResponseInspectionProperty.Builder
.