| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.builder() |
ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.cookiesConfig(CachePolicyCookiesConfig 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.
|
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.
|
ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.enableAcceptEncodingBrotli(Boolean enableAcceptEncodingBrotli)
A flag that can affect whether the
Accept-Encoding HTTP header is included in the cache key and
included in requests that CloudFront sends to the origin. |
ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.enableAcceptEncodingGzip(Boolean enableAcceptEncodingGzip)
A flag that can affect whether the
Accept-Encoding HTTP header is included in the cache key and
included in requests that CloudFront sends to the origin. |
ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.headersConfig(CachePolicyHeadersConfig headersConfig)
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key
and automatically included in requests that CloudFront sends to the origin.
|
default ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.headersConfig(Consumer<CachePolicyHeadersConfig.Builder> headersConfig)
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key
and automatically included in requests that CloudFront sends to the origin.
|
ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.queryStringsConfig(CachePolicyQueryStringsConfig queryStringsConfig)
An object that determines whether any URL query strings in viewer requests (and if so, which query strings)
are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
default ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.queryStringsConfig(Consumer<CachePolicyQueryStringsConfig.Builder> queryStringsConfig)
An object that determines whether any URL query strings in viewer requests (and if so, which query strings)
are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ParametersInCacheKeyAndForwardedToOrigin.Builder> |
ParametersInCacheKeyAndForwardedToOrigin.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CachePolicyConfig.Builder |
CachePolicyConfig.Builder.parametersInCacheKeyAndForwardedToOrigin(Consumer<ParametersInCacheKeyAndForwardedToOrigin.Builder> parametersInCacheKeyAndForwardedToOrigin)
The HTTP headers, cookies, and URL query strings to include in the cache key.
|
Copyright © 2021. All rights reserved.