public static interface QueryStringCacheKeys.Builder extends SdkPojo, CopyableBuilder<QueryStringCacheKeys.Builder,QueryStringCacheKeys>
| Modifier and Type | Method and Description |
|---|---|
QueryStringCacheKeys.Builder |
items(Collection<String> items)
A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a
cache behavior.
|
QueryStringCacheKeys.Builder |
items(String... items)
A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a
cache behavior.
|
QueryStringCacheKeys.Builder |
quantity(Integer quantity)
The number of
whitelisted query string parameters for a cache behavior. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildQueryStringCacheKeys.Builder quantity(Integer quantity)
The number of whitelisted query string parameters for a cache behavior.
quantity - The number of whitelisted query string parameters for a cache behavior.QueryStringCacheKeys.Builder items(Collection<String> items)
A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a
cache behavior. If Quantity is 0, you can omit Items.
items - A list that contains the query string parameters that you want CloudFront to use as a basis for
caching for a cache behavior. If Quantity is 0, you can omit Items.QueryStringCacheKeys.Builder items(String... items)
A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a
cache behavior. If Quantity is 0, you can omit Items.
items - A list that contains the query string parameters that you want CloudFront to use as a basis for
caching for a cache behavior. If Quantity is 0, you can omit Items.Copyright © 2021. All rights reserved.