| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CachePolicyHeadersConfig.Builder |
CachePolicyHeadersConfig.builder() |
CachePolicyHeadersConfig.Builder |
CachePolicyHeadersConfig.Builder.headerBehavior(CachePolicyHeaderBehavior headerBehavior)
Determines whether any HTTP headers are included in the cache key and automatically included in requests that
CloudFront sends to the origin.
|
CachePolicyHeadersConfig.Builder |
CachePolicyHeadersConfig.Builder.headerBehavior(String headerBehavior)
Determines whether any HTTP headers are included in the cache key and automatically included in requests that
CloudFront sends to the origin.
|
default CachePolicyHeadersConfig.Builder |
CachePolicyHeadersConfig.Builder.headers(Consumer<Headers.Builder> headers)
Sets the value of the Headers property for this object.
|
CachePolicyHeadersConfig.Builder |
CachePolicyHeadersConfig.Builder.headers(Headers headers)
Sets the value of the Headers property for this object.
|
CachePolicyHeadersConfig.Builder |
CachePolicyHeadersConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CachePolicyHeadersConfig.Builder> |
CachePolicyHeadersConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.headersConfig(Consumer<CachePolicyHeadersConfig.Builder> headersConfig)
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key
and automatically included in requests that CloudFront sends to the origin.
|
Copyright © 2021. All rights reserved.