| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
CacheBehavior.Builder |
CacheBehavior.Builder.allowedMethods(AllowedMethods allowedMethods)
Sets the value of the AllowedMethods property for this object.
|
static CacheBehavior.Builder |
CacheBehavior.builder() |
CacheBehavior.Builder |
CacheBehavior.Builder.compress(Boolean compress)
Whether you want CloudFront to automatically compress certain files for this cache behavior.
|
CacheBehavior.Builder |
CacheBehavior.Builder.defaultTTL(Long defaultTTL)
The default 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.
|
CacheBehavior.Builder |
CacheBehavior.Builder.forwardedValues(ForwardedValues forwardedValues)
A complex type that specifies how CloudFront handles query strings and cookies.
|
CacheBehavior.Builder |
CacheBehavior.Builder.lambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations)
A complex type that contains zero or more Lambda function associations for a cache behavior.
|
CacheBehavior.Builder |
CacheBehavior.Builder.maxTTL(Long maxTTL)
The maximum 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.
|
CacheBehavior.Builder |
CacheBehavior.Builder.minTTL(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.
|
CacheBehavior.Builder |
CacheBehavior.Builder.pathPattern(String pathPattern)
The pattern (for example,
images/*.jpg) that specifies which requests to apply the behavior to. |
CacheBehavior.Builder |
CacheBehavior.Builder.smoothStreaming(Boolean smoothStreaming)
Indicates whether you want to distribute media files in the Microsoft Smooth Streaming format using the
origin that is associated with this cache behavior.
|
CacheBehavior.Builder |
CacheBehavior.Builder.targetOriginId(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. |
CacheBehavior.Builder |
CacheBehavior.toBuilder() |
CacheBehavior.Builder |
CacheBehavior.Builder.trustedSigners(TrustedSigners trustedSigners)
A complex type that specifies the AWS accounts, if any, that you want to allow to create signed URLs for
private content.
|
CacheBehavior.Builder |
CacheBehavior.Builder.viewerProtocolPolicy(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. |
CacheBehavior.Builder |
CacheBehavior.Builder.viewerProtocolPolicy(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. |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CacheBehavior.Builder> |
CacheBehavior.serializableBuilderClass() |
Copyright © 2017. All rights reserved.