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.
|
copy
applyMutation, build
CookieNames.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.
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.