Class ResponseHeadersPolicyCorsConfig
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.ResponseHeadersPolicyCorsConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ResponseHeadersPolicyCorsConfig.Builder,ResponseHeadersPolicyCorsConfig>
@Generated("software.amazon.awssdk:codegen") public final class ResponseHeadersPolicyCorsConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ResponseHeadersPolicyCorsConfig.Builder,ResponseHeadersPolicyCorsConfig>
A configuration for a set of HTTP response headers that are used for cross-origin resource sharing (CORS). CloudFront adds these headers to HTTP responses that it sends for CORS requests that match a cache behavior associated with this response headers policy.
For more information about CORS, see Cross-Origin Resource Sharing (CORS) in the MDN Web Docs.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceResponseHeadersPolicyCorsConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanaccessControlAllowCredentials()A Boolean that CloudFront uses as the value for theAccess-Control-Allow-CredentialsHTTP response header.ResponseHeadersPolicyAccessControlAllowHeadersaccessControlAllowHeaders()A list of HTTP header names that CloudFront includes as values for theAccess-Control-Allow-HeadersHTTP response header.ResponseHeadersPolicyAccessControlAllowMethodsaccessControlAllowMethods()A list of HTTP methods that CloudFront includes as values for theAccess-Control-Allow-MethodsHTTP response header.ResponseHeadersPolicyAccessControlAllowOriginsaccessControlAllowOrigins()A list of origins (domain names) that CloudFront can use as the value for theAccess-Control-Allow-OriginHTTP response header.ResponseHeadersPolicyAccessControlExposeHeadersaccessControlExposeHeaders()A list of HTTP headers that CloudFront includes as values for theAccess-Control-Expose-HeadersHTTP response header.IntegeraccessControlMaxAgeSec()A number that CloudFront uses as the value for theAccess-Control-Max-AgeHTTP response header.static ResponseHeadersPolicyCorsConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()BooleanoriginOverride()A Boolean that determines whether CloudFront overrides HTTP response headers received from the origin with the ones specified in this response headers policy.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ResponseHeadersPolicyCorsConfig.Builder>serializableBuilderClass()ResponseHeadersPolicyCorsConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
accessControlAllowOrigins
public final ResponseHeadersPolicyAccessControlAllowOrigins accessControlAllowOrigins()
A list of origins (domain names) that CloudFront can use as the value for the
Access-Control-Allow-OriginHTTP response header.For more information about the
Access-Control-Allow-OriginHTTP response header, see Access-Control-Allow-Origin in the MDN Web Docs.- Returns:
- A list of origins (domain names) that CloudFront can use as the value for the
Access-Control-Allow-OriginHTTP response header.For more information about the
Access-Control-Allow-OriginHTTP response header, see Access-Control -Allow-Origin in the MDN Web Docs.
-
accessControlAllowHeaders
public final ResponseHeadersPolicyAccessControlAllowHeaders accessControlAllowHeaders()
A list of HTTP header names that CloudFront includes as values for the
Access-Control-Allow-HeadersHTTP response header.For more information about the
Access-Control-Allow-HeadersHTTP response header, see Access-Control-Allow-Headers in the MDN Web Docs.- Returns:
- A list of HTTP header names that CloudFront includes as values for the
Access-Control-Allow-HeadersHTTP response header.For more information about the
Access-Control-Allow-HeadersHTTP response header, see Access-Control -Allow-Headers in the MDN Web Docs.
-
accessControlAllowMethods
public final ResponseHeadersPolicyAccessControlAllowMethods accessControlAllowMethods()
A list of HTTP methods that CloudFront includes as values for the
Access-Control-Allow-MethodsHTTP response header.For more information about the
Access-Control-Allow-MethodsHTTP response header, see Access-Control-Allow-Methods in the MDN Web Docs.- Returns:
- A list of HTTP methods that CloudFront includes as values for the
Access-Control-Allow-MethodsHTTP response header.For more information about the
Access-Control-Allow-MethodsHTTP response header, see Access-Control -Allow-Methods in the MDN Web Docs.
-
accessControlAllowCredentials
public final Boolean accessControlAllowCredentials()
A Boolean that CloudFront uses as the value for the
Access-Control-Allow-CredentialsHTTP response header.For more information about the
Access-Control-Allow-CredentialsHTTP response header, see Access-Control-Allow-Credentials in the MDN Web Docs.- Returns:
- A Boolean that CloudFront uses as the value for the
Access-Control-Allow-CredentialsHTTP response header.For more information about the
Access-Control-Allow-CredentialsHTTP response header, see Access- Control-Allow-Credentials in the MDN Web Docs.
-
accessControlExposeHeaders
public final ResponseHeadersPolicyAccessControlExposeHeaders accessControlExposeHeaders()
A list of HTTP headers that CloudFront includes as values for the
Access-Control-Expose-HeadersHTTP response header.For more information about the
Access-Control-Expose-HeadersHTTP response header, see Access-Control-Expose-Headers in the MDN Web Docs.- Returns:
- A list of HTTP headers that CloudFront includes as values for the
Access-Control-Expose-HeadersHTTP response header.For more information about the
Access-Control-Expose-HeadersHTTP response header, see Access- Control-Expose-Headers in the MDN Web Docs.
-
accessControlMaxAgeSec
public final Integer accessControlMaxAgeSec()
A number that CloudFront uses as the value for the
Access-Control-Max-AgeHTTP response header.For more information about the
Access-Control-Max-AgeHTTP response header, see Access-Control-Max-Age in the MDN Web Docs.- Returns:
- A number that CloudFront uses as the value for the
Access-Control-Max-AgeHTTP response header.For more information about the
Access-Control-Max-AgeHTTP response header, see Access-Control-Max-Age in the MDN Web Docs.
-
originOverride
public final Boolean originOverride()
A Boolean that determines whether CloudFront overrides HTTP response headers received from the origin with the ones specified in this response headers policy.
- Returns:
- A Boolean that determines whether CloudFront overrides HTTP response headers received from the origin with the ones specified in this response headers policy.
-
toBuilder
public ResponseHeadersPolicyCorsConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ResponseHeadersPolicyCorsConfig.Builder,ResponseHeadersPolicyCorsConfig>
-
builder
public static ResponseHeadersPolicyCorsConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ResponseHeadersPolicyCorsConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-