Uses of Interface
software.amazon.awssdk.services.cloudfront.model.CachePolicyConfig.Builder
Packages that use CachePolicyConfig.Builder
-
Uses of CachePolicyConfig.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return CachePolicyConfig.BuilderModifier and TypeMethodDescriptionstatic CachePolicyConfig.BuilderCachePolicyConfig.builder()A comment to describe the cache policy.CachePolicyConfig.Builder.defaultTTL(Long defaultTTL) The default amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.The maximum amount of time, in seconds, that objects stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.The minimum amount of time, in seconds, that you want objects to stay in the CloudFront cache before CloudFront sends another request to the origin to see if the object has been updated.A unique name to identify the cache policy.default CachePolicyConfig.BuilderCachePolicyConfig.Builder.parametersInCacheKeyAndForwardedToOrigin(Consumer<ParametersInCacheKeyAndForwardedToOrigin.Builder> parametersInCacheKeyAndForwardedToOrigin) The HTTP headers, cookies, and URL query strings to include in the cache key.CachePolicyConfig.Builder.parametersInCacheKeyAndForwardedToOrigin(ParametersInCacheKeyAndForwardedToOrigin parametersInCacheKeyAndForwardedToOrigin) The HTTP headers, cookies, and URL query strings to include in the cache key.CachePolicyConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type CachePolicyConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CachePolicyConfig.Builder>CachePolicyConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type CachePolicyConfig.BuilderModifier and TypeMethodDescriptiondefault CachePolicy.BuilderCachePolicy.Builder.cachePolicyConfig(Consumer<CachePolicyConfig.Builder> cachePolicyConfig) The cache policy configuration.default CreateCachePolicyRequest.BuilderCreateCachePolicyRequest.Builder.cachePolicyConfig(Consumer<CachePolicyConfig.Builder> cachePolicyConfig) A cache policy configuration.GetCachePolicyConfigResponse.Builder.cachePolicyConfig(Consumer<CachePolicyConfig.Builder> cachePolicyConfig) The cache policy configuration.default UpdateCachePolicyRequest.BuilderUpdateCachePolicyRequest.Builder.cachePolicyConfig(Consumer<CachePolicyConfig.Builder> cachePolicyConfig) A cache policy configuration.