Class CfnDistribution.CookiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDistribution.CookiesProperty>
- Enclosing interface:
CfnDistribution.CookiesProperty
CfnDistribution.CookiesProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDistribution.CookiesProperty.getForward()
whitelistedNames
(List<String> whitelistedNames) Sets the value ofCfnDistribution.CookiesProperty.getWhitelistedNames()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
forward
Sets the value ofCfnDistribution.CookiesProperty.getForward()
- Parameters:
forward
- This field is deprecated. This parameter is required. We recommend that you use a cache policy or an origin request policy instead of this field.If you want to include cookies in the cache key, use a cache policy. For more information, see Creating cache policies in the Amazon CloudFront Developer Guide .
If you want to send cookies to the origin but not include them in the cache key, use origin request policy. For more information, see Creating origin request policies in the Amazon CloudFront Developer Guide .
Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the
WhitelistedNames
complex type.Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the
Forward
element.- Returns:
this
-
whitelistedNames
@Stability(Stable) public CfnDistribution.CookiesProperty.Builder whitelistedNames(List<String> whitelistedNames) Sets the value ofCfnDistribution.CookiesProperty.getWhitelistedNames()
- Parameters:
whitelistedNames
- This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field.If you want to include cookies in the cache key, use a cache policy. For more information, see Creating cache policies in the Amazon CloudFront Developer Guide .
If you want to send cookies to the origin but not include them in the cache key, use an origin request policy. For more information, see Creating origin request policies in the Amazon CloudFront Developer Guide .
Required if you specify
whitelist
for the value ofForward
. A complex type that specifies how many different cookies you want CloudFront to forward to the origin for this cache behavior and, if you want to forward selected cookies, the names of those cookies.If you specify
all
ornone
for the value ofForward
, omitWhitelistedNames
. If you change the value ofForward
fromwhitelist
toall
ornone
and you don't delete theWhitelistedNames
element and its child elements, CloudFront deletes them automatically.For the current limit on the number of cookie names that you can whitelist for each cache behavior, see CloudFront Limits in the AWS General Reference .
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDistribution.CookiesProperty>
- Returns:
- a new instance of
CfnDistribution.CookiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-