Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ParametersInCacheKeyAndForwardedToOrigin.Builder
Packages that use ParametersInCacheKeyAndForwardedToOrigin.Builder
-
Uses of ParametersInCacheKeyAndForwardedToOrigin.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ParametersInCacheKeyAndForwardedToOrigin.BuilderModifier and TypeMethodDescriptionParametersInCacheKeyAndForwardedToOrigin.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 in requests that CloudFront sends to the origin.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 in requests that CloudFront sends to the origin.ParametersInCacheKeyAndForwardedToOrigin.Builder.enableAcceptEncodingBrotli(Boolean enableAcceptEncodingBrotli) 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.ParametersInCacheKeyAndForwardedToOrigin.Builder.enableAcceptEncodingGzip(Boolean enableAcceptEncodingGzip) 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.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 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 in requests that CloudFront sends to the origin.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 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 in requests that CloudFront sends to the origin.ParametersInCacheKeyAndForwardedToOrigin.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ParametersInCacheKeyAndForwardedToOrigin.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ParametersInCacheKeyAndForwardedToOrigin.Builder>ParametersInCacheKeyAndForwardedToOrigin.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ParametersInCacheKeyAndForwardedToOrigin.BuilderModifier and TypeMethodDescriptiondefault CachePolicyConfig.BuilderCachePolicyConfig.Builder.parametersInCacheKeyAndForwardedToOrigin(Consumer<ParametersInCacheKeyAndForwardedToOrigin.Builder> parametersInCacheKeyAndForwardedToOrigin) The HTTP headers, cookies, and URL query strings to include in the cache key.