public static interface ResponseHeadersPolicyCustomHeader.Builder extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyCustomHeader.Builder,ResponseHeadersPolicyCustomHeader>
| Modifier and Type | Method and Description |
|---|---|
ResponseHeadersPolicyCustomHeader.Builder |
header(String header)
The HTTP response header name.
|
ResponseHeadersPolicyCustomHeader.Builder |
override(Boolean override)
A Boolean that determines whether CloudFront overrides a response header with the same name received from the
origin with the header specified here.
|
ResponseHeadersPolicyCustomHeader.Builder |
value(String value)
The value for the HTTP response header.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseHeadersPolicyCustomHeader.Builder header(String header)
The HTTP response header name.
header - The HTTP response header name.ResponseHeadersPolicyCustomHeader.Builder value(String value)
The value for the HTTP response header.
value - The value for the HTTP response header.ResponseHeadersPolicyCustomHeader.Builder override(Boolean override)
A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here.
override - A Boolean that determines whether CloudFront overrides a response header with the same name received
from the origin with the header specified here.Copyright © 2023. All rights reserved.