public static interface OriginRequestPolicyHeadersConfig.Builder extends SdkPojo, CopyableBuilder<OriginRequestPolicyHeadersConfig.Builder,OriginRequestPolicyHeadersConfig>
Modifier and Type | Method and Description |
---|---|
OriginRequestPolicyHeadersConfig.Builder |
headerBehavior(OriginRequestPolicyHeaderBehavior headerBehavior)
Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.
|
OriginRequestPolicyHeadersConfig.Builder |
headerBehavior(String headerBehavior)
Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.
|
default OriginRequestPolicyHeadersConfig.Builder |
headers(Consumer<Headers.Builder> headers)
Sets the value of the Headers property for this object.
|
OriginRequestPolicyHeadersConfig.Builder |
headers(Headers headers)
Sets the value of the Headers property for this object.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
OriginRequestPolicyHeadersConfig.Builder headerBehavior(String headerBehavior)
Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are:
none
– HTTP headers are not included in requests that CloudFront sends to the origin. Even when
this field is set to none
, any headers that are listed in a CachePolicy
are
included in origin requests.
whitelist
– The HTTP headers that are listed in the Headers
type are included in
requests that CloudFront sends to the origin.
allViewer
– All HTTP headers in viewer requests are included in requests that CloudFront sends
to the origin.
allViewerAndWhitelistCloudFront
– All HTTP headers in viewer requests and the additional
CloudFront headers that are listed in the Headers
type are included in requests that CloudFront
sends to the origin. The additional headers are added by CloudFront.
headerBehavior
- Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.
Valid values are:
none
– HTTP headers are not included in requests that CloudFront sends to the origin.
Even when this field is set to none
, any headers that are listed in a
CachePolicy
are included in origin requests.
whitelist
– The HTTP headers that are listed in the Headers
type are
included in requests that CloudFront sends to the origin.
allViewer
– All HTTP headers in viewer requests are included in requests that CloudFront
sends to the origin.
allViewerAndWhitelistCloudFront
– All HTTP headers in viewer requests and the additional
CloudFront headers that are listed in the Headers
type are included in requests that
CloudFront sends to the origin. The additional headers are added by CloudFront.
OriginRequestPolicyHeaderBehavior
,
OriginRequestPolicyHeaderBehavior
OriginRequestPolicyHeadersConfig.Builder headerBehavior(OriginRequestPolicyHeaderBehavior headerBehavior)
Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are:
none
– HTTP headers are not included in requests that CloudFront sends to the origin. Even when
this field is set to none
, any headers that are listed in a CachePolicy
are
included in origin requests.
whitelist
– The HTTP headers that are listed in the Headers
type are included in
requests that CloudFront sends to the origin.
allViewer
– All HTTP headers in viewer requests are included in requests that CloudFront sends
to the origin.
allViewerAndWhitelistCloudFront
– All HTTP headers in viewer requests and the additional
CloudFront headers that are listed in the Headers
type are included in requests that CloudFront
sends to the origin. The additional headers are added by CloudFront.
headerBehavior
- Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.
Valid values are:
none
– HTTP headers are not included in requests that CloudFront sends to the origin.
Even when this field is set to none
, any headers that are listed in a
CachePolicy
are included in origin requests.
whitelist
– The HTTP headers that are listed in the Headers
type are
included in requests that CloudFront sends to the origin.
allViewer
– All HTTP headers in viewer requests are included in requests that CloudFront
sends to the origin.
allViewerAndWhitelistCloudFront
– All HTTP headers in viewer requests and the additional
CloudFront headers that are listed in the Headers
type are included in requests that
CloudFront sends to the origin. The additional headers are added by CloudFront.
OriginRequestPolicyHeaderBehavior
,
OriginRequestPolicyHeaderBehavior
OriginRequestPolicyHeadersConfig.Builder headers(Headers headers)
headers
- The new value for the Headers property for this object.default OriginRequestPolicyHeadersConfig.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.Builder
headers(Headers)
Copyright © 2021. All rights reserved.