Package | Description |
---|---|
com.amazonaws.services.cloudfront.model |
Modifier and Type | Method and Description |
---|---|
CacheBehavior |
CacheBehavior.clone() |
CacheBehavior |
CacheBehavior.withAllowedMethods(AllowedMethods allowedMethods) |
CacheBehavior |
CacheBehavior.withCachePolicyId(String cachePolicyId)
The unique identifier of the cache policy that is attached to this cache behavior.
|
CacheBehavior |
CacheBehavior.withCompress(Boolean compress)
Whether you want CloudFront to automatically compress certain files for this cache behavior.
|
CacheBehavior |
CacheBehavior.withDefaultTTL(Long defaultTTL)
Deprecated.
|
CacheBehavior |
CacheBehavior.withFieldLevelEncryptionId(String fieldLevelEncryptionId)
The value of
ID for the field-level encryption configuration that you want CloudFront to use for
encrypting specific fields of data for this cache behavior. |
CacheBehavior |
CacheBehavior.withForwardedValues(ForwardedValues forwardedValues)
Deprecated.
|
CacheBehavior |
CacheBehavior.withFunctionAssociations(FunctionAssociations functionAssociations)
A list of CloudFront functions that are associated with this cache behavior.
|
CacheBehavior |
CacheBehavior.withLambdaFunctionAssociations(LambdaFunctionAssociations lambdaFunctionAssociations)
A complex type that contains zero or more Lambda@Edge function associations for a cache behavior.
|
CacheBehavior |
CacheBehavior.withMaxTTL(Long maxTTL)
Deprecated.
|
CacheBehavior |
CacheBehavior.withMinTTL(Long minTTL)
Deprecated.
|
CacheBehavior |
CacheBehavior.withOriginRequestPolicyId(String originRequestPolicyId)
The unique identifier of the origin request policy that is attached to this cache behavior.
|
CacheBehavior |
CacheBehavior.withPathPattern(String pathPattern)
The pattern (for example,
images/*.jpg ) that specifies which requests to apply the behavior to. |
CacheBehavior |
CacheBehavior.withRealtimeLogConfigArn(String realtimeLogConfigArn)
The Amazon Resource Name (ARN) of the real-time log configuration that is attached to this cache behavior.
|
CacheBehavior |
CacheBehavior.withResponseHeadersPolicyId(String responseHeadersPolicyId)
The identifier for a response headers policy.
|
CacheBehavior |
CacheBehavior.withSmoothStreaming(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 |
CacheBehavior.withTargetOriginId(String targetOriginId)
The value of
ID for the origin that you want CloudFront to route requests to when they match this
cache behavior. |
CacheBehavior |
CacheBehavior.withTrustedKeyGroups(TrustedKeyGroups trustedKeyGroups)
A list of key groups that CloudFront can use to validate signed URLs or signed cookies.
|
CacheBehavior |
CacheBehavior.withTrustedSigners(TrustedSigners trustedSigners)
|
CacheBehavior |
CacheBehavior.withViewerProtocolPolicy(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 |
CacheBehavior.withViewerProtocolPolicy(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 |
---|---|
List<CacheBehavior> |
CacheBehaviors.getItems()
Optional: A complex type that contains cache behaviors for this distribution.
|
Modifier and Type | Method and Description |
---|---|
CacheBehaviors |
CacheBehaviors.withItems(CacheBehavior... items)
Optional: A complex type that contains cache behaviors for this distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
CacheBehaviors.setItems(Collection<CacheBehavior> items)
Optional: A complex type that contains cache behaviors for this distribution.
|
CacheBehaviors |
CacheBehaviors.withItems(Collection<CacheBehavior> items)
Optional: A complex type that contains cache behaviors for this distribution.
|
Copyright © 2022. All rights reserved.