| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CachePolicyCookiesConfig.Builder |
CachePolicyCookiesConfig.builder() |
CachePolicyCookiesConfig.Builder |
CachePolicyCookiesConfig.Builder.cookieBehavior(CachePolicyCookieBehavior 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.
|
CachePolicyCookiesConfig.Builder |
CachePolicyCookiesConfig.Builder.cookieBehavior(String 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.
|
default CachePolicyCookiesConfig.Builder |
CachePolicyCookiesConfig.Builder.cookies(Consumer<CookieNames.Builder> cookies)
Sets the value of the Cookies property for this object.
|
CachePolicyCookiesConfig.Builder |
CachePolicyCookiesConfig.Builder.cookies(CookieNames cookies)
Sets the value of the Cookies property for this object.
|
CachePolicyCookiesConfig.Builder |
CachePolicyCookiesConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CachePolicyCookiesConfig.Builder> |
CachePolicyCookiesConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.cookiesConfig(Consumer<CachePolicyCookiesConfig.Builder> cookiesConfig)
An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in
the cache key and automatically included in requests that CloudFront sends to the origin.
|
Copyright © 2021. All rights reserved.