Class CfnWebACL.HeadersProperty.Builder

java.lang.Object
software.amazon.awscdk.services.wafv2.CfnWebACL.HeadersProperty.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnWebACL.HeadersProperty>
Enclosing interface:
CfnWebACL.HeadersProperty

@Stability(Stable) public static final class CfnWebACL.HeadersProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnWebACL.HeadersProperty>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • matchPattern

      @Stability(Stable) public CfnWebACL.HeadersProperty.Builder matchPattern(IResolvable matchPattern)
      Parameters:
      matchPattern - The filter to use to identify the subset of headers to inspect in a web request. This parameter is required. You must specify exactly one setting: either All , IncludedHeaders , or ExcludedHeaders .

      Example JSON: "MatchPattern": { "ExcludedHeaders": {"KeyToExclude1", "KeyToExclude2"} }

      Returns:
      this
    • matchPattern

      @Stability(Stable) public CfnWebACL.HeadersProperty.Builder matchPattern(CfnWebACL.HeaderMatchPatternProperty matchPattern)
      Parameters:
      matchPattern - The filter to use to identify the subset of headers to inspect in a web request. This parameter is required. You must specify exactly one setting: either All , IncludedHeaders , or ExcludedHeaders .

      Example JSON: "MatchPattern": { "ExcludedHeaders": {"KeyToExclude1", "KeyToExclude2"} }

      Returns:
      this
    • matchScope

      @Stability(Stable) public CfnWebACL.HeadersProperty.Builder matchScope(String matchScope)
      Parameters:
      matchScope - The parts of the headers to match with the rule inspection criteria. This parameter is required. If you specify All , AWS WAF inspects both keys and values.
      Returns:
      this
    • oversizeHandling

      @Stability(Stable) public CfnWebACL.HeadersProperty.Builder oversizeHandling(String oversizeHandling)
      Parameters:
      oversizeHandling - What AWS WAF should do if the headers of the request are more numerous or larger than AWS WAF can inspect. This parameter is required. AWS WAF does not support inspecting the entire contents of request headers when they exceed 8 KB (8192 bytes) or 200 total headers. The underlying host service forwards a maximum of 200 headers and at most 8 KB of header contents to AWS WAF .

      The options for oversize handling are the following:

      • CONTINUE - Inspect the available headers normally, according to the rule inspection criteria.
      • MATCH - Treat the web request as matching the rule statement. AWS WAF applies the rule action to the request.
      • NO_MATCH - Treat the web request as not matching the rule statement.
      Returns:
      this
    • build

      @Stability(Stable) public CfnWebACL.HeadersProperty build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnWebACL.HeadersProperty>
      Returns:
      a new instance of CfnWebACL.HeadersProperty
      Throws:
      NullPointerException - if any required attribute was not provided