public static interface CookieObject.Builder extends SdkPojo, CopyableBuilder<CookieObject.Builder,CookieObject>
| Modifier and Type | Method and Description |
|---|---|
CookieObject.Builder |
cookiesAllowList(Collection<String> cookiesAllowList)
The specific cookies to forward to your distribution's origin.
|
CookieObject.Builder |
cookiesAllowList(String... cookiesAllowList)
The specific cookies to forward to your distribution's origin.
|
CookieObject.Builder |
option(ForwardValues option)
Specifies which cookies to forward to the distribution's origin for a cache behavior:
all,
none, or allow-list to forward only the cookies specified in the
cookiesAllowList parameter. |
CookieObject.Builder |
option(String option)
Specifies which cookies to forward to the distribution's origin for a cache behavior:
all,
none, or allow-list to forward only the cookies specified in the
cookiesAllowList parameter. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCookieObject.Builder option(String option)
Specifies which cookies to forward to the distribution's origin for a cache behavior: all,
none, or allow-list to forward only the cookies specified in the
cookiesAllowList parameter.
option - Specifies which cookies to forward to the distribution's origin for a cache behavior: all
, none, or allow-list to forward only the cookies specified in the
cookiesAllowList parameter.ForwardValues,
ForwardValuesCookieObject.Builder option(ForwardValues option)
Specifies which cookies to forward to the distribution's origin for a cache behavior: all,
none, or allow-list to forward only the cookies specified in the
cookiesAllowList parameter.
option - Specifies which cookies to forward to the distribution's origin for a cache behavior: all
, none, or allow-list to forward only the cookies specified in the
cookiesAllowList parameter.ForwardValues,
ForwardValuesCookieObject.Builder cookiesAllowList(Collection<String> cookiesAllowList)
The specific cookies to forward to your distribution's origin.
cookiesAllowList - The specific cookies to forward to your distribution's origin.CookieObject.Builder cookiesAllowList(String... cookiesAllowList)
The specific cookies to forward to your distribution's origin.
cookiesAllowList - The specific cookies to forward to your distribution's origin.Copyright © 2022. All rights reserved.