CopyableBuilder<QueryStringCacheKeys.Builder,QueryStringCacheKeys>, SdkBuilder<QueryStringCacheKeys.Builder,QueryStringCacheKeys>public static interface QueryStringCacheKeys.Builder extends CopyableBuilder<QueryStringCacheKeys.Builder,QueryStringCacheKeys>
| Modifier and Type | Method | Description |
|---|---|---|
QueryStringCacheKeys.Builder |
items(String... items) |
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for
caching for this cache behavior.
|
QueryStringCacheKeys.Builder |
items(Collection<String> items) |
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for
caching for this cache behavior.
|
QueryStringCacheKeys.Builder |
quantity(Integer quantity) |
The number of
whitelisted query string parameters for this cache behavior. |
copyapply, buildQueryStringCacheKeys.Builder quantity(Integer quantity)
The number of whitelisted query string parameters for this cache behavior.
quantity - The number of whitelisted query string parameters for this cache behavior.QueryStringCacheKeys.Builder items(Collection<String> items)
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for
caching for this cache behavior. If Quantity is 0, you can omit Items.
items - (Optional) A list that contains the query string parameters that you want CloudFront to use as a basis
for caching for this cache behavior. If Quantity is 0, you can omit Items.QueryStringCacheKeys.Builder items(String... items)
(Optional) A list that contains the query string parameters that you want CloudFront to use as a basis for
caching for this cache behavior. If Quantity is 0, you can omit Items.
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 - (Optional) A list that contains the query string parameters that you want CloudFront to use as a basis
for caching for this cache behavior. If Quantity is 0, you can omit Items.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.