Interface CookieObject.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CookieObject.Builder,
,CookieObject> SdkBuilder<CookieObject.Builder,
,CookieObject> SdkPojo
- Enclosing class:
CookieObject
@Mutable
@NotThreadSafe
public static interface CookieObject.Builder
extends SdkPojo, CopyableBuilder<CookieObject.Builder,CookieObject>
-
Method Summary
Modifier and TypeMethodDescriptioncookiesAllowList
(String... cookiesAllowList) The specific cookies to forward to your distribution's origin.cookiesAllowList
(Collection<String> cookiesAllowList) The specific cookies to forward to your distribution's origin.Specifies which cookies to forward to the distribution's origin for a cache behavior:all
,none
, orallow-list
to forward only the cookies specified in thecookiesAllowList
parameter.option
(ForwardValues option) Specifies which cookies to forward to the distribution's origin for a cache behavior:all
,none
, orallow-list
to forward only the cookies specified in thecookiesAllowList
parameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
option
Specifies which cookies to forward to the distribution's origin for a cache behavior:
all
,none
, orallow-list
to forward only the cookies specified in thecookiesAllowList
parameter.- Parameters:
option
- Specifies which cookies to forward to the distribution's origin for a cache behavior:all
,none
, orallow-list
to forward only the cookies specified in thecookiesAllowList
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
option
Specifies which cookies to forward to the distribution's origin for a cache behavior:
all
,none
, orallow-list
to forward only the cookies specified in thecookiesAllowList
parameter.- Parameters:
option
- Specifies which cookies to forward to the distribution's origin for a cache behavior:all
,none
, orallow-list
to forward only the cookies specified in thecookiesAllowList
parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cookiesAllowList
The specific cookies to forward to your distribution's origin.
- Parameters:
cookiesAllowList
- The specific cookies to forward to your distribution's origin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cookiesAllowList
The specific cookies to forward to your distribution's origin.
- Parameters:
cookiesAllowList
- The specific cookies to forward to your distribution's origin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-