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