@Stability(value=Stable) public static final class CfnRuleGroup.CookieMatchPatternProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnRuleGroup.CookieMatchPatternProperty>
CfnRuleGroup.CookieMatchPatternProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRuleGroup.CookieMatchPatternProperty.Builder |
all(Object all)
Sets the value of
CfnRuleGroup.CookieMatchPatternProperty.getAll() |
CfnRuleGroup.CookieMatchPatternProperty |
build()
Builds the configured instance.
|
CfnRuleGroup.CookieMatchPatternProperty.Builder |
excludedCookies(List<String> excludedCookies)
Sets the value of
CfnRuleGroup.CookieMatchPatternProperty.getExcludedCookies() |
CfnRuleGroup.CookieMatchPatternProperty.Builder |
includedCookies(List<String> includedCookies)
Sets the value of
CfnRuleGroup.CookieMatchPatternProperty.getIncludedCookies() |
@Stability(value=Stable) public CfnRuleGroup.CookieMatchPatternProperty.Builder all(Object all)
CfnRuleGroup.CookieMatchPatternProperty.getAll()all - Inspect all cookies.this@Stability(value=Stable) public CfnRuleGroup.CookieMatchPatternProperty.Builder excludedCookies(List<String> excludedCookies)
CfnRuleGroup.CookieMatchPatternProperty.getExcludedCookies()excludedCookies - Inspect only the cookies whose keys don't match any of the strings specified here.this@Stability(value=Stable) public CfnRuleGroup.CookieMatchPatternProperty.Builder includedCookies(List<String> includedCookies)
CfnRuleGroup.CookieMatchPatternProperty.getIncludedCookies()includedCookies - Inspect only the cookies that have a key that matches one of the strings specified here.this@Stability(value=Stable) public CfnRuleGroup.CookieMatchPatternProperty build()
build in interface software.amazon.jsii.Builder<CfnRuleGroup.CookieMatchPatternProperty>CfnRuleGroup.CookieMatchPatternPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.