public static final class CfnCachePolicy.QueryStringsConfigProperty.Builder
extends java.lang.Object
CfnCachePolicy.QueryStringsConfigProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnCachePolicy.QueryStringsConfigProperty |
build()
Builds the configured instance.
|
CfnCachePolicy.QueryStringsConfigProperty.Builder |
queryStringBehavior(java.lang.String queryStringBehavior)
Sets the value of
CfnCachePolicy.QueryStringsConfigProperty.getQueryStringBehavior() |
CfnCachePolicy.QueryStringsConfigProperty.Builder |
queryStrings(java.util.List<java.lang.String> queryStrings)
Sets the value of
CfnCachePolicy.QueryStringsConfigProperty.getQueryStrings() |
public CfnCachePolicy.QueryStringsConfigProperty.Builder queryStringBehavior(java.lang.String queryStringBehavior)
CfnCachePolicy.QueryStringsConfigProperty.getQueryStringBehavior()
queryStringBehavior
- Determines whether any URL query strings in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin. This parameter is required.
Valid values are:
none
– Query strings in viewer requests are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set to none
, any query strings that are listed in an OriginRequestPolicy
are included in origin requests.whitelist
– The query strings in viewer requests that are listed in the QueryStringNames
type are included in the cache key and automatically included in requests that CloudFront sends to the origin.allExcept
– All query strings in viewer requests that are not listed in the QueryStringNames
type are included in the cache key and automatically included in requests that CloudFront sends to the origin.all
– All query strings in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.this
public CfnCachePolicy.QueryStringsConfigProperty.Builder queryStrings(java.util.List<java.lang.String> queryStrings)
CfnCachePolicy.QueryStringsConfigProperty.getQueryStrings()
queryStrings
- Contains a list of query string names.this
public CfnCachePolicy.QueryStringsConfigProperty build()
CfnCachePolicy.QueryStringsConfigProperty
java.lang.NullPointerException
- if any required attribute was not provided