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 SummaryModifier 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-listto forward only the cookies specified in thecookiesAllowListparameter.option(ForwardValues option) Specifies which cookies to forward to the distribution's origin for a cache behavior:all,none, orallow-listto forward only the cookies specified in thecookiesAllowListparameter.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
optionSpecifies which cookies to forward to the distribution's origin for a cache behavior: all,none, orallow-listto forward only the cookies specified in thecookiesAllowListparameter.- Parameters:
- option- Specifies which cookies to forward to the distribution's origin for a cache behavior:- all,- none, or- allow-listto forward only the cookies specified in the- cookiesAllowListparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
optionSpecifies which cookies to forward to the distribution's origin for a cache behavior: all,none, orallow-listto forward only the cookies specified in thecookiesAllowListparameter.- Parameters:
- option- Specifies which cookies to forward to the distribution's origin for a cache behavior:- all,- none, or- allow-listto forward only the cookies specified in the- cookiesAllowListparameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
cookiesAllowListThe 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.
 
- 
cookiesAllowListThe 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.
 
 
-