public static interface CachePolicyHeadersConfig.Builder extends SdkPojo, CopyableBuilder<CachePolicyHeadersConfig.Builder,CachePolicyHeadersConfig>
| Modifier and Type | Method and Description |
|---|---|
CachePolicyHeadersConfig.Builder |
headerBehavior(CachePolicyHeaderBehavior headerBehavior)
Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to
the origin.
|
CachePolicyHeadersConfig.Builder |
headerBehavior(String headerBehavior)
Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to
the origin.
|
default CachePolicyHeadersConfig.Builder |
headers(Consumer<Headers.Builder> headers)
Sets the value of the Headers property for this object.
|
CachePolicyHeadersConfig.Builder |
headers(Headers headers)
Sets the value of the Headers property for this object.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCachePolicyHeadersConfig.Builder headerBehavior(String headerBehavior)
Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the origin. Valid values are:
none – No HTTP headers are included in the cache key or in requests that CloudFront sends to the
origin. Even when this field is set to none, any headers that are listed in an
OriginRequestPolicy are included in origin requests.
whitelist – Only the HTTP headers that are listed in the Headers type are included
in the cache key and in requests that CloudFront sends to the origin.
headerBehavior - Determines whether any HTTP headers are included in the cache key and in requests that CloudFront
sends to the origin. Valid values are:
none – No HTTP headers are included in the cache key or in requests that CloudFront sends
to the origin. Even when this field is set to none, any headers that are listed in an
OriginRequestPolicy are included in origin requests.
whitelist – Only the HTTP headers that are listed in the Headers type are
included in the cache key and in requests that CloudFront sends to the origin.
CachePolicyHeaderBehavior,
CachePolicyHeaderBehaviorCachePolicyHeadersConfig.Builder headerBehavior(CachePolicyHeaderBehavior headerBehavior)
Determines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the origin. Valid values are:
none – No HTTP headers are included in the cache key or in requests that CloudFront sends to the
origin. Even when this field is set to none, any headers that are listed in an
OriginRequestPolicy are included in origin requests.
whitelist – Only the HTTP headers that are listed in the Headers type are included
in the cache key and in requests that CloudFront sends to the origin.
headerBehavior - Determines whether any HTTP headers are included in the cache key and in requests that CloudFront
sends to the origin. Valid values are:
none – No HTTP headers are included in the cache key or in requests that CloudFront sends
to the origin. Even when this field is set to none, any headers that are listed in an
OriginRequestPolicy are included in origin requests.
whitelist – Only the HTTP headers that are listed in the Headers type are
included in the cache key and in requests that CloudFront sends to the origin.
CachePolicyHeaderBehavior,
CachePolicyHeaderBehaviorCachePolicyHeadersConfig.Builder headers(Headers headers)
headers - The new value for the Headers property for this object.default CachePolicyHeadersConfig.Builder headers(Consumer<Headers.Builder> headers)
Headers.Builder avoiding the need to
create one manually via Headers.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to headers(Headers).
headers - a consumer that will call methods on Headers.Builderheaders(Headers)Copyright © 2023. All rights reserved.