public class DefaultCacheBehavior extends Object implements Serializable, Cloneable
| Constructor and Description |
|---|
DefaultCacheBehavior() |
public void setTargetOriginId(String targetOriginId)
targetOriginId - public String getTargetOriginId()
public DefaultCacheBehavior withTargetOriginId(String targetOriginId)
targetOriginId - public void setForwardedValues(ForwardedValues forwardedValues)
forwardedValues - public ForwardedValues getForwardedValues()
public DefaultCacheBehavior withForwardedValues(ForwardedValues forwardedValues)
forwardedValues - public void setTrustedSigners(TrustedSigners trustedSigners)
trustedSigners - public TrustedSigners getTrustedSigners()
public DefaultCacheBehavior withTrustedSigners(TrustedSigners trustedSigners)
trustedSigners - public void setViewerProtocolPolicy(String viewerProtocolPolicy)
viewerProtocolPolicy - ViewerProtocolPolicypublic String getViewerProtocolPolicy()
ViewerProtocolPolicypublic DefaultCacheBehavior withViewerProtocolPolicy(String viewerProtocolPolicy)
viewerProtocolPolicy - ViewerProtocolPolicypublic void setViewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)
viewerProtocolPolicy - ViewerProtocolPolicypublic DefaultCacheBehavior withViewerProtocolPolicy(ViewerProtocolPolicy viewerProtocolPolicy)
viewerProtocolPolicy - ViewerProtocolPolicypublic void setMinTTL(Long minTTL)
minTTL - public Long getMinTTL()
public DefaultCacheBehavior withMinTTL(Long minTTL)
minTTL - public void setAllowedMethods(AllowedMethods allowedMethods)
allowedMethods - public AllowedMethods getAllowedMethods()
public DefaultCacheBehavior withAllowedMethods(AllowedMethods allowedMethods)
allowedMethods - public void setSmoothStreaming(Boolean smoothStreaming)
smoothStreaming - public Boolean getSmoothStreaming()
public DefaultCacheBehavior withSmoothStreaming(Boolean smoothStreaming)
smoothStreaming - public Boolean isSmoothStreaming()
public void setDefaultTTL(Long defaultTTL)
defaultTTL - public Long getDefaultTTL()
public DefaultCacheBehavior withDefaultTTL(Long defaultTTL)
defaultTTL - public void setMaxTTL(Long maxTTL)
maxTTL - public Long getMaxTTL()
public DefaultCacheBehavior withMaxTTL(Long maxTTL)
maxTTL - public void setCompress(Boolean compress)
compress - public Boolean getCompress()
public DefaultCacheBehavior withCompress(Boolean compress)
compress - public Boolean isCompress()
public String toString()
toString in class ObjectObject.toString()public DefaultCacheBehavior clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.