@Stability(value=Stable) public static final class CfnCachePolicy.CookiesConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCachePolicy.CookiesConfigProperty>
CfnCachePolicy.CookiesConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCachePolicy.CookiesConfigProperty |
build()
Builds the configured instance.
|
CfnCachePolicy.CookiesConfigProperty.Builder |
cookieBehavior(String cookieBehavior)
Sets the value of
CfnCachePolicy.CookiesConfigProperty.getCookieBehavior() |
CfnCachePolicy.CookiesConfigProperty.Builder |
cookies(List<String> cookies)
Sets the value of
CfnCachePolicy.CookiesConfigProperty.getCookies() |
@Stability(value=Stable) public CfnCachePolicy.CookiesConfigProperty.Builder cookieBehavior(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@Stability(value=Stable) public CfnCachePolicy.CookiesConfigProperty.Builder cookies(List<String> cookies)
CfnCachePolicy.CookiesConfigProperty.getCookies()cookies - Contains a list of cookie names.this@Stability(value=Stable) public CfnCachePolicy.CookiesConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnCachePolicy.CookiesConfigProperty>CfnCachePolicy.CookiesConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.