Class ParametersInCacheKeyAndForwardedToOrigin
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.ParametersInCacheKeyAndForwardedToOrigin
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ParametersInCacheKeyAndForwardedToOrigin.Builder,ParametersInCacheKeyAndForwardedToOrigin>
@Generated("software.amazon.awssdk:codegen") public final class ParametersInCacheKeyAndForwardedToOrigin extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ParametersInCacheKeyAndForwardedToOrigin.Builder,ParametersInCacheKeyAndForwardedToOrigin>
This object determines the values that CloudFront includes in the cache key. These values can include HTTP headers, cookies, and URL query strings. CloudFront uses the cache key to find an object in its cache that it can return to the viewer.
The headers, cookies, and query strings that are included in the cache key are also included in requests that CloudFront sends to the origin. CloudFront sends a request when it can't find an object in its cache that matches the request's cache key. If you want to send values to the origin but not include them in the cache key, use
OriginRequestPolicy.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceParametersInCacheKeyAndForwardedToOrigin.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParametersInCacheKeyAndForwardedToOrigin.Builderbuilder()CachePolicyCookiesConfigcookiesConfig()An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and in requests that CloudFront sends to the origin.BooleanenableAcceptEncodingBrotli()A flag that can affect whether theAccept-EncodingHTTP header is included in the cache key and included in requests that CloudFront sends to the origin.BooleanenableAcceptEncodingGzip()A flag that can affect whether theAccept-EncodingHTTP header is included in the cache key and included in requests that CloudFront sends to the origin.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()CachePolicyHeadersConfigheadersConfig()An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and in requests that CloudFront sends to the origin.CachePolicyQueryStringsConfigqueryStringsConfig()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 in requests that CloudFront sends to the origin.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ParametersInCacheKeyAndForwardedToOrigin.Builder>serializableBuilderClass()ParametersInCacheKeyAndForwardedToOrigin.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
enableAcceptEncodingGzip
public final Boolean enableAcceptEncodingGzip()
A flag that can affect whether the
Accept-EncodingHTTP header is included in the cache key and included in requests that CloudFront sends to the origin.This field is related to the
EnableAcceptEncodingBrotlifield. If one or both of these fields istrueand the viewer request includes theAccept-Encodingheader, then CloudFront does the following:-
Normalizes the value of the viewer's
Accept-Encodingheader -
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 theAccept-Encodingheader in the origin request policy. CloudFront always includes theAccept-Encodingheader in origin requests when the value of this field istrue, so including this header in an origin request policy has no effect.If both of these fields are
false, then CloudFront treats theAccept-Encodingheader 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 addAccept-Encodingto the headers whitelist like any other HTTP header.- Returns:
- A flag that can affect whether the
Accept-EncodingHTTP header is included in the cache key and included in requests that CloudFront sends to the origin.This field is related to the
EnableAcceptEncodingBrotlifield. If one or both of these fields istrueand the viewer request includes theAccept-Encodingheader, then CloudFront does the following:-
Normalizes the value of the viewer's
Accept-Encodingheader -
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 theAccept-Encodingheader in the origin request policy. CloudFront always includes theAccept-Encodingheader in origin requests when the value of this field istrue, so including this header in an origin request policy has no effect.If both of these fields are
false, then CloudFront treats theAccept-Encodingheader 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 addAccept-Encodingto the headers whitelist like any other HTTP header. -
-
-
enableAcceptEncodingBrotli
public final Boolean enableAcceptEncodingBrotli()
A flag that can affect whether the
Accept-EncodingHTTP header is included in the cache key and included in requests that CloudFront sends to the origin.This field is related to the
EnableAcceptEncodingGzipfield. If one or both of these fields istrueand the viewer request includes theAccept-Encodingheader, then CloudFront does the following:-
Normalizes the value of the viewer's
Accept-Encodingheader -
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 theAccept-Encodingheader in the origin request policy. CloudFront always includes theAccept-Encodingheader in origin requests when the value of this field istrue, so including this header in an origin request policy has no effect.If both of these fields are
false, then CloudFront treats theAccept-Encodingheader 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 addAccept-Encodingto the headers whitelist like any other HTTP header.- Returns:
- A flag that can affect whether the
Accept-EncodingHTTP header is included in the cache key and included in requests that CloudFront sends to the origin.This field is related to the
EnableAcceptEncodingGzipfield. If one or both of these fields istrueand the viewer request includes theAccept-Encodingheader, then CloudFront does the following:-
Normalizes the value of the viewer's
Accept-Encodingheader -
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 theAccept-Encodingheader in the origin request policy. CloudFront always includes theAccept-Encodingheader in origin requests when the value of this field istrue, so including this header in an origin request policy has no effect.If both of these fields are
false, then CloudFront treats theAccept-Encodingheader 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 addAccept-Encodingto the headers whitelist like any other HTTP header. -
-
-
headersConfig
public final CachePolicyHeadersConfig headersConfig()
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and in requests that CloudFront sends to the origin.
- Returns:
- An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and in requests that CloudFront sends to the origin.
-
cookiesConfig
public final CachePolicyCookiesConfig cookiesConfig()
An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and in requests that CloudFront sends to the origin.
- Returns:
- An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and in requests that CloudFront sends to the origin.
-
queryStringsConfig
public final 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 in requests that CloudFront sends to the origin.
- Returns:
- 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 in requests that CloudFront sends to the origin.
-
toBuilder
public ParametersInCacheKeyAndForwardedToOrigin.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ParametersInCacheKeyAndForwardedToOrigin.Builder,ParametersInCacheKeyAndForwardedToOrigin>
-
builder
public static ParametersInCacheKeyAndForwardedToOrigin.Builder builder()
-
serializableBuilderClass
public static Class<? extends ParametersInCacheKeyAndForwardedToOrigin.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-