public static final class CfnRuleGroup.CookiesProperty.Builder
extends java.lang.Object
CfnRuleGroup.CookiesProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnRuleGroup.CookiesProperty |
build()
Builds the configured instance.
|
CfnRuleGroup.CookiesProperty.Builder |
matchPattern(CfnRuleGroup.CookieMatchPatternProperty matchPattern)
Sets the value of
CfnRuleGroup.CookiesProperty.getMatchPattern() |
CfnRuleGroup.CookiesProperty.Builder |
matchPattern(IResolvable matchPattern)
Sets the value of
CfnRuleGroup.CookiesProperty.getMatchPattern() |
CfnRuleGroup.CookiesProperty.Builder |
matchScope(java.lang.String matchScope)
Sets the value of
CfnRuleGroup.CookiesProperty.getMatchScope() |
CfnRuleGroup.CookiesProperty.Builder |
oversizeHandling(java.lang.String oversizeHandling)
Sets the value of
CfnRuleGroup.CookiesProperty.getOversizeHandling() |
public CfnRuleGroup.CookiesProperty.Builder matchPattern(IResolvable matchPattern)
CfnRuleGroup.CookiesProperty.getMatchPattern()
matchPattern
- The filter to use to identify the subset of cookies to inspect in a web request. This parameter is required.
You must specify exactly one setting: either All
, IncludedCookies
, or ExcludedCookies
.
Example JSON: "MatchPattern": { "IncludedCookies": {"KeyToInclude1", "KeyToInclude2", "KeyToInclude3"} }
this
public CfnRuleGroup.CookiesProperty.Builder matchPattern(CfnRuleGroup.CookieMatchPatternProperty matchPattern)
CfnRuleGroup.CookiesProperty.getMatchPattern()
matchPattern
- The filter to use to identify the subset of cookies to inspect in a web request. This parameter is required.
You must specify exactly one setting: either All
, IncludedCookies
, or ExcludedCookies
.
Example JSON: "MatchPattern": { "IncludedCookies": {"KeyToInclude1", "KeyToInclude2", "KeyToInclude3"} }
this
public CfnRuleGroup.CookiesProperty.Builder matchScope(java.lang.String matchScope)
CfnRuleGroup.CookiesProperty.getMatchScope()
matchScope
- The parts of the cookies to inspect with the rule inspection criteria. This parameter is required.
If you specify All
, AWS WAF inspects both keys and values.this
public CfnRuleGroup.CookiesProperty.Builder oversizeHandling(java.lang.String oversizeHandling)
CfnRuleGroup.CookiesProperty.getOversizeHandling()
oversizeHandling
- What AWS WAF should do if the cookies of the request are larger than AWS WAF can inspect. This parameter is required.
AWS WAF does not support inspecting the entire contents of request cookies when they exceed 8 KB (8192 bytes) or 200 total cookies. The underlying host service forwards a maximum of 200 cookies and at most 8 KB of cookie contents to AWS WAF .
The options for oversize handling are the following:
CONTINUE
- Inspect the cookies 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.this
public CfnRuleGroup.CookiesProperty build()
CfnRuleGroup.CookiesProperty
java.lang.NullPointerException
- if any required attribute was not provided