Uses of Interface
software.amazon.awssdk.services.cloudfront.model.DefaultCacheBehavior.Builder
Packages that use DefaultCacheBehavior.Builder
-
Uses of DefaultCacheBehavior.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return DefaultCacheBehavior.BuilderModifier and TypeMethodDescriptiondefault DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder.allowedMethods(Consumer<AllowedMethods.Builder> allowedMethods) Sets the value of the AllowedMethods property for this object.DefaultCacheBehavior.Builder.allowedMethods(AllowedMethods allowedMethods) Sets the value of the AllowedMethods property for this object.static DefaultCacheBehavior.BuilderDefaultCacheBehavior.builder()DefaultCacheBehavior.Builder.cachePolicyId(String cachePolicyId) The unique identifier of the cache policy that is attached to the default cache behavior.Whether you want CloudFront to automatically compress certain files for this cache behavior.DefaultCacheBehavior.Builder.defaultTTL(Long defaultTTL) Deprecated.DefaultCacheBehavior.Builder.fieldLevelEncryptionId(String fieldLevelEncryptionId) The value ofIDfor the field-level encryption configuration that you want CloudFront to use for encrypting specific fields of data for the default cache behavior.default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder.forwardedValues(Consumer<ForwardedValues.Builder> forwardedValues) Deprecated.DefaultCacheBehavior.Builder.forwardedValues(ForwardedValues forwardedValues) Deprecated.default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder.functionAssociations(Consumer<FunctionAssociations.Builder> functionAssociations) A list of CloudFront functions that are associated with this cache behavior.DefaultCacheBehavior.Builder.functionAssociations(FunctionAssociations functionAssociations) A list of CloudFront functions that are associated with this cache behavior.default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder.grpcConfig(Consumer<GrpcConfig.Builder> grpcConfig) The gRPC configuration for your cache behavior.DefaultCacheBehavior.Builder.grpcConfig(GrpcConfig grpcConfig) The gRPC configuration for your cache behavior.default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder.lambdaFunctionAssociations(Consumer<LambdaFunctionAssociations.Builder> lambdaFunctionAssociations) A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.DefaultCacheBehavior.Builder.lambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations) A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.Deprecated.Deprecated.DefaultCacheBehavior.Builder.originRequestPolicyId(String originRequestPolicyId) The unique identifier of the origin request policy that is attached to the default cache behavior.DefaultCacheBehavior.Builder.realtimeLogConfigArn(String realtimeLogConfigArn) The Amazon Resource Name (ARN) of the real-time log configuration that is attached to this cache behavior.DefaultCacheBehavior.Builder.responseHeadersPolicyId(String responseHeadersPolicyId) The identifier for a response headers policy.DefaultCacheBehavior.Builder.smoothStreaming(Boolean smoothStreaming) DefaultCacheBehavior.Builder.targetOriginId(String targetOriginId) The value ofIDfor the origin that you want CloudFront to route requests to when they use the default cache behavior.DefaultCacheBehavior.toBuilder()default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder.trustedKeyGroups(Consumer<TrustedKeyGroups.Builder> trustedKeyGroups) A list of key groups that CloudFront can use to validate signed URLs or signed cookies.DefaultCacheBehavior.Builder.trustedKeyGroups(TrustedKeyGroups trustedKeyGroups) A list of key groups that CloudFront can use to validate signed URLs or signed cookies.default DefaultCacheBehavior.BuilderDefaultCacheBehavior.Builder.trustedSigners(Consumer<TrustedSigners.Builder> trustedSigners) DefaultCacheBehavior.Builder.trustedSigners(TrustedSigners trustedSigners) DefaultCacheBehavior.Builder.viewerProtocolPolicy(String viewerProtocolPolicy) The protocol that viewers can use to access the files in the origin specified byTargetOriginIdwhen a request matches the path pattern inPathPattern.DefaultCacheBehavior.Builder.viewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy) The protocol that viewers can use to access the files in the origin specified byTargetOriginIdwhen a request matches the path pattern inPathPattern.Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type DefaultCacheBehavior.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DefaultCacheBehavior.Builder>DefaultCacheBehavior.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type DefaultCacheBehavior.BuilderModifier and TypeMethodDescriptiondefault DistributionConfig.BuilderDistributionConfig.Builder.defaultCacheBehavior(Consumer<DefaultCacheBehavior.Builder> defaultCacheBehavior) A complex type that describes the default cache behavior if you don't specify aCacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements.default DistributionSummary.BuilderDistributionSummary.Builder.defaultCacheBehavior(Consumer<DefaultCacheBehavior.Builder> defaultCacheBehavior) A complex type that describes the default cache behavior if you don't specify aCacheBehaviorelement or if files don't match any of the values ofPathPatterninCacheBehaviorelements.