| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static HeaderObject.Builder |
HeaderObject.builder() |
HeaderObject.Builder |
HeaderObject.Builder.headersAllowList(Collection<HeaderEnum> headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject.Builder |
HeaderObject.Builder.headersAllowList(HeaderEnum... headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject.Builder |
HeaderObject.Builder.headersAllowListWithStrings(Collection<String> headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject.Builder |
HeaderObject.Builder.headersAllowListWithStrings(String... headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject.Builder |
HeaderObject.Builder.option(ForwardValues option)
The headers that you want your distribution to forward to your origin and base caching on.
|
HeaderObject.Builder |
HeaderObject.Builder.option(String option)
The headers that you want your distribution to forward to your origin and base caching on.
|
HeaderObject.Builder |
HeaderObject.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends HeaderObject.Builder> |
HeaderObject.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CacheSettings.Builder |
CacheSettings.Builder.forwardedHeaders(Consumer<HeaderObject.Builder> forwardedHeaders)
An object that describes the headers that are forwarded to the origin.
|
Copyright © 2022. All rights reserved.