public static final class CfnWebACL.CookieMatchPatternProperty.Builder
extends java.lang.Object
CfnWebACL.CookieMatchPatternProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnWebACL.CookieMatchPatternProperty.Builder |
all(java.lang.Object all)
Sets the value of
CfnWebACL.CookieMatchPatternProperty.getAll() |
CfnWebACL.CookieMatchPatternProperty |
build()
Builds the configured instance.
|
CfnWebACL.CookieMatchPatternProperty.Builder |
excludedCookies(java.util.List<java.lang.String> excludedCookies)
Sets the value of
CfnWebACL.CookieMatchPatternProperty.getExcludedCookies() |
CfnWebACL.CookieMatchPatternProperty.Builder |
includedCookies(java.util.List<java.lang.String> includedCookies)
Sets the value of
CfnWebACL.CookieMatchPatternProperty.getIncludedCookies() |
public CfnWebACL.CookieMatchPatternProperty.Builder all(java.lang.Object all)
CfnWebACL.CookieMatchPatternProperty.getAll()
all
- Inspect all cookies.this
public CfnWebACL.CookieMatchPatternProperty.Builder excludedCookies(java.util.List<java.lang.String> excludedCookies)
CfnWebACL.CookieMatchPatternProperty.getExcludedCookies()
excludedCookies
- Inspect only the cookies whose keys don't match any of the strings specified here.this
public CfnWebACL.CookieMatchPatternProperty.Builder includedCookies(java.util.List<java.lang.String> includedCookies)
CfnWebACL.CookieMatchPatternProperty.getIncludedCookies()
includedCookies
- Inspect only the cookies that have a key that matches one of the strings specified here.this
public CfnWebACL.CookieMatchPatternProperty build()
CfnWebACL.CookieMatchPatternProperty
java.lang.NullPointerException
- if any required attribute was not provided