public static interface ResponseHeadersPolicyStrictTransportSecurity.Builder extends SdkPojo, CopyableBuilder<ResponseHeadersPolicyStrictTransportSecurity.Builder,ResponseHeadersPolicyStrictTransportSecurity>
| Modifier and Type | Method and Description |
|---|---|
ResponseHeadersPolicyStrictTransportSecurity.Builder |
accessControlMaxAgeSec(Integer accessControlMaxAgeSec)
A number that CloudFront uses as the value for the
max-age directive in the
Strict-Transport-Security HTTP response header. |
ResponseHeadersPolicyStrictTransportSecurity.Builder |
includeSubdomains(Boolean includeSubdomains)
A Boolean that determines whether CloudFront includes the
includeSubDomains directive in the
Strict-Transport-Security HTTP response header. |
ResponseHeadersPolicyStrictTransportSecurity.Builder |
override(Boolean override)
A Boolean that determines whether CloudFront overrides the
Strict-Transport-Security HTTP
response header received from the origin with the one specified in this response headers policy. |
ResponseHeadersPolicyStrictTransportSecurity.Builder |
preload(Boolean preload)
A Boolean that determines whether CloudFront includes the
preload directive in the
Strict-Transport-Security HTTP response header. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResponseHeadersPolicyStrictTransportSecurity.Builder override(Boolean override)
A Boolean that determines whether CloudFront overrides the Strict-Transport-Security 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 Strict-Transport-Security HTTP
response header received from the origin with the one specified in this response headers policy.ResponseHeadersPolicyStrictTransportSecurity.Builder includeSubdomains(Boolean includeSubdomains)
A Boolean that determines whether CloudFront includes the includeSubDomains directive in the
Strict-Transport-Security HTTP response header.
includeSubdomains - A Boolean that determines whether CloudFront includes the includeSubDomains directive in
the Strict-Transport-Security HTTP response header.ResponseHeadersPolicyStrictTransportSecurity.Builder preload(Boolean preload)
A Boolean that determines whether CloudFront includes the preload directive in the
Strict-Transport-Security HTTP response header.
preload - A Boolean that determines whether CloudFront includes the preload directive in the
Strict-Transport-Security HTTP response header.ResponseHeadersPolicyStrictTransportSecurity.Builder accessControlMaxAgeSec(Integer accessControlMaxAgeSec)
A number that CloudFront uses as the value for the max-age directive in the
Strict-Transport-Security HTTP response header.
accessControlMaxAgeSec - A number that CloudFront uses as the value for the max-age directive in the
Strict-Transport-Security HTTP response header.Copyright © 2023. All rights reserved.