CopyableBuilder<CookieNames.Builder,CookieNames>, SdkBuilder<CookieNames.Builder,CookieNames>public static interface CookieNames.Builder extends CopyableBuilder<CookieNames.Builder,CookieNames>
| Modifier and Type | Method | Description |
|---|---|---|
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 |
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 |
quantity(Integer quantity) |
The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.
|
copyapply, buildCookieNames.Builder quantity(Integer quantity)
The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.
quantity - The number of different cookies that you want CloudFront to forward to the origin for this cache
behavior.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.
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.
NOTE: This method appends the values to the existing list (if any). Use
#setItems(java.util.Collection) or #withItems(java.util.Collection) if you want to override
the existing values.
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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.