public static final class CfnCachePolicy.CookiesConfigProperty.Builder
extends java.lang.Object
CfnCachePolicy.CookiesConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCachePolicy.CookiesConfigProperty |
build()
Builds the configured instance.
|
CfnCachePolicy.CookiesConfigProperty.Builder |
cookieBehavior(java.lang.String cookieBehavior)
Sets the value of
CfnCachePolicy.CookiesConfigProperty.getCookieBehavior() |
CfnCachePolicy.CookiesConfigProperty.Builder |
cookies(java.util.List<java.lang.String> cookies)
Sets the value of
CfnCachePolicy.CookiesConfigProperty.getCookies() |
public CfnCachePolicy.CookiesConfigProperty.Builder cookieBehavior(java.lang.String cookieBehavior)
CfnCachePolicy.CookiesConfigProperty.getCookieBehavior()
cookieBehavior
- Determines whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. This parameter is required.
Valid values are:
none
– Cookies in viewer requests are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set to none
, any cookies that are listed in an OriginRequestPolicy
are included in origin requests.whitelist
– The cookies in viewer requests that are listed in the CookieNames
type are included in the cache key and automatically included in requests that CloudFront sends to the origin.allExcept
– All cookies in viewer requests that are not listed in the CookieNames
type are included in the cache key and automatically included in requests that CloudFront sends to the origin.all
– All cookies in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.this
public CfnCachePolicy.CookiesConfigProperty.Builder cookies(java.util.List<java.lang.String> cookies)
CfnCachePolicy.CookiesConfigProperty.getCookies()
cookies
- Contains a list of cookie names.this
public CfnCachePolicy.CookiesConfigProperty build()
CfnCachePolicy.CookiesConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided