| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CachePolicyQueryStringsConfig.Builder |
CachePolicyQueryStringsConfig.builder() |
CachePolicyQueryStringsConfig.Builder |
CachePolicyQueryStringsConfig.Builder.queryStringBehavior(CachePolicyQueryStringBehavior queryStringBehavior)
Determines whether any URL query strings in viewer requests are included in the cache key and in requests
that CloudFront sends to the origin.
|
CachePolicyQueryStringsConfig.Builder |
CachePolicyQueryStringsConfig.Builder.queryStringBehavior(String queryStringBehavior)
Determines whether any URL query strings in viewer requests are included in the cache key and in requests
that CloudFront sends to the origin.
|
default CachePolicyQueryStringsConfig.Builder |
CachePolicyQueryStringsConfig.Builder.queryStrings(Consumer<QueryStringNames.Builder> queryStrings)
Contains the specific query strings in viewer requests that either are or are not
included in the cache key and in requests that CloudFront sends to the origin.
|
CachePolicyQueryStringsConfig.Builder |
CachePolicyQueryStringsConfig.Builder.queryStrings(QueryStringNames queryStrings)
Contains the specific query strings in viewer requests that either are or are not
included in the cache key and in requests that CloudFront sends to the origin.
|
CachePolicyQueryStringsConfig.Builder |
CachePolicyQueryStringsConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CachePolicyQueryStringsConfig.Builder> |
CachePolicyQueryStringsConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default ParametersInCacheKeyAndForwardedToOrigin.Builder |
ParametersInCacheKeyAndForwardedToOrigin.Builder.queryStringsConfig(Consumer<CachePolicyQueryStringsConfig.Builder> queryStringsConfig)
An object that determines whether any URL query strings in viewer requests (and if so, which query strings)
are included in the cache key and in requests that CloudFront sends to the origin.
|
Copyright © 2023. All rights reserved.