public static interface HeaderObject.Builder extends SdkPojo, CopyableBuilder<HeaderObject.Builder,HeaderObject>
| Modifier and Type | Method and Description |
|---|---|
HeaderObject.Builder |
headersAllowList(Collection<HeaderEnum> headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject.Builder |
headersAllowList(HeaderEnum... headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject.Builder |
headersAllowListWithStrings(Collection<String> headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject.Builder |
headersAllowListWithStrings(String... headersAllowList)
The specific headers to forward to your distribution's origin.
|
HeaderObject.Builder |
option(ForwardValues option)
The headers that you want your distribution to forward to your origin and base caching on.
|
HeaderObject.Builder |
option(String option)
The headers that you want your distribution to forward to your origin and base caching on.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHeaderObject.Builder option(String option)
The headers that you want your distribution to forward to your origin and base caching on.
You can configure your distribution to do one of the following:
all - Forward all headers to your origin.
none - Forward only the default headers.
allow-list - Forward only the headers you specify using the
headersAllowList parameter.
option - The headers that you want your distribution to forward to your origin and base caching on.
You can configure your distribution to do one of the following:
all - Forward all headers to your origin.
none - Forward only the default headers.
allow-list - Forward only the headers you specify using the
headersAllowList parameter.
ForwardValues,
ForwardValuesHeaderObject.Builder option(ForwardValues option)
The headers that you want your distribution to forward to your origin and base caching on.
You can configure your distribution to do one of the following:
all - Forward all headers to your origin.
none - Forward only the default headers.
allow-list - Forward only the headers you specify using the
headersAllowList parameter.
option - The headers that you want your distribution to forward to your origin and base caching on.
You can configure your distribution to do one of the following:
all - Forward all headers to your origin.
none - Forward only the default headers.
allow-list - Forward only the headers you specify using the
headersAllowList parameter.
ForwardValues,
ForwardValuesHeaderObject.Builder headersAllowListWithStrings(Collection<String> headersAllowList)
The specific headers to forward to your distribution's origin.
headersAllowList - The specific headers to forward to your distribution's origin.HeaderObject.Builder headersAllowListWithStrings(String... headersAllowList)
The specific headers to forward to your distribution's origin.
headersAllowList - The specific headers to forward to your distribution's origin.HeaderObject.Builder headersAllowList(Collection<HeaderEnum> headersAllowList)
The specific headers to forward to your distribution's origin.
headersAllowList - The specific headers to forward to your distribution's origin.HeaderObject.Builder headersAllowList(HeaderEnum... headersAllowList)
The specific headers to forward to your distribution's origin.
headersAllowList - The specific headers to forward to your distribution's origin.Copyright © 2021. All rights reserved.