Interface QueryStringCacheKeys.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueryStringCacheKeys.Builder,QueryStringCacheKeys>,SdkBuilder<QueryStringCacheKeys.Builder,QueryStringCacheKeys>,SdkPojo
- Enclosing class:
- QueryStringCacheKeys
public static interface QueryStringCacheKeys.Builder extends SdkPojo, CopyableBuilder<QueryStringCacheKeys.Builder,QueryStringCacheKeys>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryStringCacheKeys.Builderitems(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.Builderitems(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.Builderquantity(Integer quantity)The number ofwhitelistedquery string parameters for a cache behavior.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
quantity
QueryStringCacheKeys.Builder quantity(Integer quantity)
The number of
whitelistedquery string parameters for a cache behavior.- Parameters:
quantity- The number ofwhitelistedquery string parameters for a cache behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
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
Quantityis 0, you can omitItems.- Parameters:
items- A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. IfQuantityis 0, you can omitItems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
Quantityis 0, you can omitItems.- Parameters:
items- A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. IfQuantityis 0, you can omitItems.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-