Interface OriginRequestPolicyHeadersConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OriginRequestPolicyHeadersConfig.Builder,
,OriginRequestPolicyHeadersConfig> SdkBuilder<OriginRequestPolicyHeadersConfig.Builder,
,OriginRequestPolicyHeadersConfig> SdkPojo
- Enclosing class:
OriginRequestPolicyHeadersConfig
-
Method Summary
Modifier and TypeMethodDescriptionheaderBehavior
(String headerBehavior) Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.headerBehavior
(OriginRequestPolicyHeaderBehavior headerBehavior) Determines whether any HTTP headers are included in requests that CloudFront sends to the origin.headers
(Consumer<Headers.Builder> headers) Sets the value of the Headers property for this object.Sets the value of the Headers property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
headerBehavior
Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are:
-
none
– No HTTP headers in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set tonone
, any headers that are listed in aCachePolicy
are included in origin requests. -
whitelist
– Only the HTTP headers that are listed in theHeaders
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 theHeaders
type are included in requests that CloudFront sends to the origin. The additional headers are added by CloudFront. -
allExcept
– All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin, except for those listed in theHeaders
type, which are not included.
- Parameters:
headerBehavior
- Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are:-
none
– No HTTP headers in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set tonone
, any headers that are listed in aCachePolicy
are included in origin requests. -
whitelist
– Only the HTTP headers that are listed in theHeaders
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 theHeaders
type are included in requests that CloudFront sends to the origin. The additional headers are added by CloudFront. -
allExcept
– All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin, except for those listed in theHeaders
type, which are not included.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
headerBehavior
OriginRequestPolicyHeadersConfig.Builder headerBehavior(OriginRequestPolicyHeaderBehavior headerBehavior) Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are:
-
none
– No HTTP headers in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set tonone
, any headers that are listed in aCachePolicy
are included in origin requests. -
whitelist
– Only the HTTP headers that are listed in theHeaders
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 theHeaders
type are included in requests that CloudFront sends to the origin. The additional headers are added by CloudFront. -
allExcept
– All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin, except for those listed in theHeaders
type, which are not included.
- Parameters:
headerBehavior
- Determines whether any HTTP headers are included in requests that CloudFront sends to the origin. Valid values are:-
none
– No HTTP headers in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set tonone
, any headers that are listed in aCachePolicy
are included in origin requests. -
whitelist
– Only the HTTP headers that are listed in theHeaders
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 theHeaders
type are included in requests that CloudFront sends to the origin. The additional headers are added by CloudFront. -
allExcept
– All HTTP headers in viewer requests are included in requests that CloudFront sends to the origin, except for those listed in theHeaders
type, which are not included.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
headers
Sets the value of the Headers property for this object.- Parameters:
headers
- The new value for the Headers property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
headers
Sets the value of the Headers property for this object. This is a convenience method that creates an instance of theHeaders.Builder
avoiding the need to create one manually viaHeaders.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toheaders(Headers)
.- Parameters:
headers
- a consumer that will call methods onHeaders.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-