public static interface ResponseHeadersPolicyFrameOptions.Builder extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyFrameOptions.Builder,ResponseHeadersPolicyFrameOptions>
| Modifier and Type | Method and Description |
|---|---|
ResponseHeadersPolicyFrameOptions.Builder |
frameOption(FrameOptionsList frameOption)
The value of the
X-Frame-Options HTTP response header. |
ResponseHeadersPolicyFrameOptions.Builder |
frameOption(String frameOption)
The value of the
X-Frame-Options HTTP response header. |
ResponseHeadersPolicyFrameOptions.Builder |
override(Boolean override)
A Boolean that determines whether CloudFront overrides the
X-Frame-Options HTTP response header
received from the origin with the one specified in this response headers policy. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseHeadersPolicyFrameOptions.Builder override(Boolean override)
A Boolean that determines whether CloudFront overrides the X-Frame-Options HTTP response header
received from the origin with the one specified in this response headers policy.
override - A Boolean that determines whether CloudFront overrides the X-Frame-Options HTTP response
header received from the origin with the one specified in this response headers policy.ResponseHeadersPolicyFrameOptions.Builder frameOption(String frameOption)
The value of the X-Frame-Options HTTP response header. Valid values are DENY and
SAMEORIGIN.
For more information about these values, see X-Frame-Options in the MDN Web Docs.
frameOption - The value of the X-Frame-Options HTTP response header. Valid values are DENY
and SAMEORIGIN.
For more information about these values, see X-Frame-Options in the MDN Web Docs.
FrameOptionsList,
FrameOptionsListResponseHeadersPolicyFrameOptions.Builder frameOption(FrameOptionsList frameOption)
The value of the X-Frame-Options HTTP response header. Valid values are DENY and
SAMEORIGIN.
For more information about these values, see X-Frame-Options in the MDN Web Docs.
frameOption - The value of the X-Frame-Options HTTP response header. Valid values are DENY
and SAMEORIGIN.
For more information about these values, see X-Frame-Options in the MDN Web Docs.
FrameOptionsList,
FrameOptionsListCopyright © 2023. All rights reserved.