Java com.amazonaws.services.cloudfront.model DefaultCacheBehavior fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudfront.model DefaultCacheBehavior fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudfront.model DefaultCacheBehavior.

The text is from its open source code.

Constructor

Method

voidsetAllowedMethods(AllowedMethods allowedMethods)
voidsetForwardedValues(ForwardedValues forwardedValues)

A complex type that specifies how CloudFront handles query strings and cookies.

voidsetMinTTL(Long minTTL)

The minimum amount of time that you want objects to stay in CloudFront caches before CloudFront forwards another request to your origin to determine whether the object has been updated.

voidsetTargetOriginId(String targetOriginId)

The value of ID for the origin that you want CloudFront to route requests to when a request matches the path pattern either for a cache behavior or for the default cache behavior in your distribution.

voidsetTrustedSigners(TrustedSigners trustedSigners)

A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for private content.

voidsetViewerProtocolPolicy(String viewerProtocolPolicy)

The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.

voidsetViewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)

The protocol that viewers can use to access the files in the origin specified by TargetOriginId when a request matches the path pattern in PathPattern.