| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ForwardedValues.Builder |
ForwardedValues.builder() |
default ForwardedValues.Builder |
ForwardedValues.Builder.cookies(Consumer<CookiePreference.Builder> cookies)
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which
ones.
|
ForwardedValues.Builder |
ForwardedValues.Builder.cookies(CookiePreference cookies)
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which
ones.
|
default ForwardedValues.Builder |
ForwardedValues.Builder.headers(Consumer<Headers.Builder> headers)
A complex type that specifies the
Headers, if any, that you want CloudFront to base caching on
for this cache behavior. |
ForwardedValues.Builder |
ForwardedValues.Builder.headers(Headers headers)
A complex type that specifies the
Headers, if any, that you want CloudFront to base caching on
for this cache behavior. |
ForwardedValues.Builder |
ForwardedValues.Builder.queryString(Boolean queryString)
Indicates whether you want CloudFront to forward query strings to the origin that is associated with this
cache behavior and cache based on the query string parameters.
|
default ForwardedValues.Builder |
ForwardedValues.Builder.queryStringCacheKeys(Consumer<QueryStringCacheKeys.Builder> queryStringCacheKeys)
A complex type that contains information about the query string parameters that you want CloudFront to use
for caching for this cache behavior.
|
ForwardedValues.Builder |
ForwardedValues.Builder.queryStringCacheKeys(QueryStringCacheKeys queryStringCacheKeys)
A complex type that contains information about the query string parameters that you want CloudFront to use
for caching for this cache behavior.
|
ForwardedValues.Builder |
ForwardedValues.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ForwardedValues.Builder> |
ForwardedValues.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CacheBehavior.Builder |
CacheBehavior.Builder.forwardedValues(Consumer<ForwardedValues.Builder> forwardedValues)
A complex type that specifies how CloudFront handles query strings and cookies.
|
default DefaultCacheBehavior.Builder |
DefaultCacheBehavior.Builder.forwardedValues(Consumer<ForwardedValues.Builder> forwardedValues)
A complex type that specifies how CloudFront handles query strings and cookies.
|
Copyright © 2017. All rights reserved.