| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static CookieObject.Builder |
CookieObject.builder() |
CookieObject.Builder |
CookieObject.Builder.cookiesAllowList(Collection<String> cookiesAllowList)
The specific cookies to forward to your distribution's origin.
|
CookieObject.Builder |
CookieObject.Builder.cookiesAllowList(String... cookiesAllowList)
The specific cookies to forward to your distribution's origin.
|
CookieObject.Builder |
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 |
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. |
CookieObject.Builder |
CookieObject.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CookieObject.Builder> |
CookieObject.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CacheSettings.Builder |
CacheSettings.Builder.forwardedCookies(Consumer<CookieObject.Builder> forwardedCookies)
An object that describes the cookies that are forwarded to the origin.
|
Copyright © 2023. All rights reserved.