public static interface CookieNames.Builder extends SdkPojo, CopyableBuilder<CookieNames.Builder,CookieNames>
| Modifier and Type | Method and Description |
|---|---|
CookieNames.Builder |
items(Collection<String> items)
A complex type that contains one
Name element for each cookie that you want CloudFront to
forward to the origin for this cache behavior. |
CookieNames.Builder |
items(String... items)
A complex type that contains one
Name element for each cookie that you want CloudFront to
forward to the origin for this cache behavior. |
CookieNames.Builder |
quantity(Integer quantity)
The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCookieNames.Builder quantity(Integer quantity)
The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.
The value must equal the number of items that are in the Items field.
When you set Forward = whitelist (in the CookiePreferences object), this value must
be 1 or higher.
quantity - The number of different cookies that you want CloudFront to forward to the origin for this cache
behavior. The value must equal the number of items that are in the Items field.
When you set Forward = whitelist (in the CookiePreferences object), this
value must be 1 or higher.
CookieNames.Builder items(Collection<String> items)
A complex type that contains one Name element for each cookie that you want CloudFront to
forward to the origin for this cache behavior. It must contain the same number of items that is specified in
the Quantity field.
When you set Forward = whitelist (in the CookiePreferences object), this field must
contain at least one item.
items - A complex type that contains one Name element for each cookie that you want CloudFront to
forward to the origin for this cache behavior. It must contain the same number of items that is
specified in the Quantity field.
When you set Forward = whitelist (in the CookiePreferences object), this
field must contain at least one item.
CookieNames.Builder items(String... items)
A complex type that contains one Name element for each cookie that you want CloudFront to
forward to the origin for this cache behavior. It must contain the same number of items that is specified in
the Quantity field.
When you set Forward = whitelist (in the CookiePreferences object), this field must
contain at least one item.
items - A complex type that contains one Name element for each cookie that you want CloudFront to
forward to the origin for this cache behavior. It must contain the same number of items that is
specified in the Quantity field.
When you set Forward = whitelist (in the CookiePreferences object), this
field must contain at least one item.
Copyright © 2020. All rights reserved.