public static interface ParametersInCacheKeyAndForwardedToOrigin.Builder extends SdkPojo, CopyableBuilder<ParametersInCacheKeyAndForwardedToOrigin.Builder,ParametersInCacheKeyAndForwardedToOrigin>
| Modifier and Type | Method and Description |
|---|---|
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParametersInCacheKeyAndForwardedToOrigin.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.
This field is related to the EnableAcceptEncodingBrotli field. If one or both of these fields is
true and the viewer request includes the Accept-Encoding header, then
CloudFront does the following:
Normalizes the value of the viewer’s Accept-Encoding header
Includes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to true, and this cache behavior also has an origin request policy
attached, do not include the Accept-Encoding header in the origin request policy. CloudFront
always includes the Accept-Encoding header in origin requests when the value of this field is
true, so including this header in an origin request policy has no effect.
If both of these fields are false, then CloudFront treats the Accept-Encoding
header the same as any other HTTP header in the viewer request. By default, it’s not included in the cache
key and it’s not included in origin requests. In this case, you can manually add Accept-Encoding
to the headers whitelist like any other HTTP header.
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.
This field is related to the EnableAcceptEncodingBrotli field. If one or both of these
fields is true and the viewer request includes the Accept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer’s Accept-Encoding header
Includes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to true, and this cache behavior also has an origin request policy
attached, do not include the Accept-Encoding header in the origin request policy.
CloudFront always includes the Accept-Encoding header in origin requests when the value
of this field is true, so including this header in an origin request policy has no
effect.
If both of these fields are false, then CloudFront treats the
Accept-Encoding header the same as any other HTTP header in the viewer request. By
default, it’s not included in the cache key and it’s not included in origin requests. In this case,
you can manually add Accept-Encoding to the headers whitelist like any other HTTP header.
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.
This field is related to the EnableAcceptEncodingGzip field. If one or both of these fields is
true and the viewer request includes the Accept-Encoding header, then
CloudFront does the following:
Normalizes the value of the viewer’s Accept-Encoding header
Includes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to true, and this cache behavior also has an origin request policy
attached, do not include the Accept-Encoding header in the origin request policy. CloudFront
always includes the Accept-Encoding header in origin requests when the value of this field is
true, so including this header in an origin request policy has no effect.
If both of these fields are false, then CloudFront treats the Accept-Encoding
header the same as any other HTTP header in the viewer request. By default, it’s not included in the cache
key and it’s not included in origin requests. In this case, you can manually add Accept-Encoding
to the headers whitelist like any other HTTP header.
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.
This field is related to the EnableAcceptEncodingGzip field. If one or both of these
fields is true and the viewer request includes the Accept-Encoding
header, then CloudFront does the following:
Normalizes the value of the viewer’s Accept-Encoding header
Includes the normalized header in the cache key
Includes the normalized header in the request to the origin, if a request is necessary
For more information, see Compression support in the Amazon CloudFront Developer Guide.
If you set this value to true, and this cache behavior also has an origin request policy
attached, do not include the Accept-Encoding header in the origin request policy.
CloudFront always includes the Accept-Encoding header in origin requests when the value
of this field is true, so including this header in an origin request policy has no
effect.
If both of these fields are false, then CloudFront treats the
Accept-Encoding header the same as any other HTTP header in the viewer request. By
default, it’s not included in the cache key and it’s not included in origin requests. In this case,
you can manually add Accept-Encoding to the headers whitelist like any other HTTP header.
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.
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 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.
This is a convenience that creates an instance of theCachePolicyHeadersConfig.Builder avoiding the
need to create one manually via CachePolicyHeadersConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to headersConfig(CachePolicyHeadersConfig).headersConfig - a consumer that will call methods on CachePolicyHeadersConfig.BuilderheadersConfig(CachePolicyHeadersConfig)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.
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 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.
This is a convenience that creates an instance of theCachePolicyCookiesConfig.Builder avoiding the
need to create one manually via CachePolicyCookiesConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to cookiesConfig(CachePolicyCookiesConfig).cookiesConfig - a consumer that will call methods on CachePolicyCookiesConfig.BuildercookiesConfig(CachePolicyCookiesConfig)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.
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 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.
This is a convenience that creates an instance of theCachePolicyQueryStringsConfig.Builder avoiding
the need to create one manually via CachePolicyQueryStringsConfig.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to queryStringsConfig(CachePolicyQueryStringsConfig).queryStringsConfig - a consumer that will call methods on CachePolicyQueryStringsConfig.BuilderqueryStringsConfig(CachePolicyQueryStringsConfig)Copyright © 2021. All rights reserved.