@Stability(value=Stable) public static final class CfnCachePolicy.QueryStringsConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnCachePolicy.QueryStringsConfigProperty>
CfnCachePolicy.QueryStringsConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnCachePolicy.QueryStringsConfigProperty |
build()
Builds the configured instance.
|
CfnCachePolicy.QueryStringsConfigProperty.Builder |
queryStringBehavior(String queryStringBehavior)
Sets the value of
CfnCachePolicy.QueryStringsConfigProperty.getQueryStringBehavior() |
CfnCachePolicy.QueryStringsConfigProperty.Builder |
queryStrings(List<String> queryStrings)
Sets the value of
CfnCachePolicy.QueryStringsConfigProperty.getQueryStrings() |
@Stability(value=Stable) public CfnCachePolicy.QueryStringsConfigProperty.Builder queryStringBehavior(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@Stability(value=Stable) public CfnCachePolicy.QueryStringsConfigProperty.Builder queryStrings(List<String> queryStrings)
CfnCachePolicy.QueryStringsConfigProperty.getQueryStrings()queryStrings - Contains a list of query string names.this@Stability(value=Stable) public CfnCachePolicy.QueryStringsConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnCachePolicy.QueryStringsConfigProperty>CfnCachePolicy.QueryStringsConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.