public static interface Headers.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<Headers.Builder,Headers>
| Modifier and Type | Method and Description |
|---|---|
Headers.Builder |
items(Collection<String> items)
A complex type that contains one
Name element for each header that you want CloudFront to
forward to the origin and to vary on for this cache behavior. |
Headers.Builder |
items(String... items)
A complex type that contains one
Name element for each header that you want CloudFront to
forward to the origin and to vary on for this cache behavior. |
Headers.Builder |
quantity(Integer quantity)
The number of different headers that you want CloudFront to forward to the origin for this cache behavior.
|
Headers.Builder quantity(Integer quantity)
The number of different headers that you want CloudFront to forward to the origin for this cache behavior. You can configure each cache behavior in a web distribution to do one of the following:
Forward all headers to your origin: Specify 1 for Quantity and
* for Name.
If you configure CloudFront to forward all headers to your origin, CloudFront doesn't cache the objects associated with this cache behavior. Instead, it sends every request to the origin.
Forward a whitelist of headers you specify: Specify the number of headers that you want to forward,
and specify the header names in Name elements. CloudFront caches your objects based on the
values in all of the specified headers. CloudFront also forwards the headers that it forwards by default, but
it caches your objects based only on the headers that you specify.
Forward only the default headers: Specify 0 for Quantity and omit
Items. In this configuration, CloudFront doesn't cache based on the values in the request
headers.
quantity - The number of different headers that you want CloudFront to forward to the origin for this cache
behavior. You can configure each cache behavior in a web distribution to do one of the following:
Forward all headers to your origin: Specify 1 for Quantity and
* for Name.
If you configure CloudFront to forward all headers to your origin, CloudFront doesn't cache the objects associated with this cache behavior. Instead, it sends every request to the origin.
Forward a whitelist of headers you specify: Specify the number of headers that you want to
forward, and specify the header names in Name elements. CloudFront caches your objects
based on the values in all of the specified headers. CloudFront also forwards the headers that it
forwards by default, but it caches your objects based only on the headers that you specify.
Forward only the default headers: Specify 0 for Quantity and omit
Items. In this configuration, CloudFront doesn't cache based on the values in the request
headers.
Headers.Builder items(Collection<String> items)
A complex type that contains one Name element for each header that you want CloudFront to
forward to the origin and to vary on for this cache behavior. If Quantity is 0,
omit Items.
items - A complex type that contains one Name element for each header that you want CloudFront to
forward to the origin and to vary on for this cache behavior. If Quantity is
0, omit Items.Headers.Builder items(String... items)
A complex type that contains one Name element for each header that you want CloudFront to
forward to the origin and to vary on for this cache behavior. If Quantity is 0,
omit Items.
items - A complex type that contains one Name element for each header that you want CloudFront to
forward to the origin and to vary on for this cache behavior. If Quantity is
0, omit Items.Copyright © 2017. All rights reserved.