Class OriginAccessControlConfig
- java.lang.Object
-
- software.amazon.awssdk.services.cloudfront.model.OriginAccessControlConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<OriginAccessControlConfig.Builder,OriginAccessControlConfig>
@Generated("software.amazon.awssdk:codegen") public final class OriginAccessControlConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<OriginAccessControlConfig.Builder,OriginAccessControlConfig>
A CloudFront origin access control configuration.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOriginAccessControlConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OriginAccessControlConfig.Builderbuilder()Stringdescription()A description of the origin access control.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()A name to identify the origin access control.OriginAccessControlOriginTypesoriginAccessControlOriginType()The type of origin that this origin access control is for.StringoriginAccessControlOriginTypeAsString()The type of origin that this origin access control is for.List<SdkField<?>>sdkFields()static Class<? extends OriginAccessControlConfig.Builder>serializableBuilderClass()OriginAccessControlSigningBehaviorssigningBehavior()Specifies which requests CloudFront signs (adds authentication information to).StringsigningBehaviorAsString()Specifies which requests CloudFront signs (adds authentication information to).OriginAccessControlSigningProtocolssigningProtocol()The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests.StringsigningProtocolAsString()The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests.OriginAccessControlConfig.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
-
name
public final String name()
A name to identify the origin access control. You can specify up to 64 characters.
- Returns:
- A name to identify the origin access control. You can specify up to 64 characters.
-
description
public final String description()
A description of the origin access control.
- Returns:
- A description of the origin access control.
-
signingProtocol
public final OriginAccessControlSigningProtocols signingProtocol()
The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests. The only valid value is
sigv4.If the service returns an enum value that is not available in the current SDK version,
signingProtocolwill returnOriginAccessControlSigningProtocols.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningProtocolAsString().- Returns:
- The signing protocol of the origin access control, which determines how CloudFront signs (authenticates)
requests. The only valid value is
sigv4. - See Also:
OriginAccessControlSigningProtocols
-
signingProtocolAsString
public final String signingProtocolAsString()
The signing protocol of the origin access control, which determines how CloudFront signs (authenticates) requests. The only valid value is
sigv4.If the service returns an enum value that is not available in the current SDK version,
signingProtocolwill returnOriginAccessControlSigningProtocols.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningProtocolAsString().- Returns:
- The signing protocol of the origin access control, which determines how CloudFront signs (authenticates)
requests. The only valid value is
sigv4. - See Also:
OriginAccessControlSigningProtocols
-
signingBehavior
public final OriginAccessControlSigningBehaviors signingBehavior()
Specifies which requests CloudFront signs (adds authentication information to). Specify
alwaysfor the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide.This field can have one of the following values:
-
always– CloudFront signs all origin requests, overwriting theAuthorizationheader from the viewer request if one exists. -
never– CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control. -
no-override– If the viewer request doesn't contain theAuthorizationheader, then CloudFront signs the origin request. If the viewer request contains theAuthorizationheader, then CloudFront doesn't sign the origin request and instead passes along theAuthorizationheader from the viewer request. WARNING: To pass along theAuthorizationheader from the viewer request, you must add theAuthorizationheader to a cache policy for all cache behaviors that use origins associated with this origin access control.
If the service returns an enum value that is not available in the current SDK version,
signingBehaviorwill returnOriginAccessControlSigningBehaviors.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningBehaviorAsString().- Returns:
- Specifies which requests CloudFront signs (adds authentication information to). Specify
alwaysfor the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide.This field can have one of the following values:
-
always– CloudFront signs all origin requests, overwriting theAuthorizationheader from the viewer request if one exists. -
never– CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control. -
no-override– If the viewer request doesn't contain theAuthorizationheader, then CloudFront signs the origin request. If the viewer request contains theAuthorizationheader, then CloudFront doesn't sign the origin request and instead passes along theAuthorizationheader from the viewer request. WARNING: To pass along theAuthorizationheader from the viewer request, you must add theAuthorizationheader to a cache policy for all cache behaviors that use origins associated with this origin access control.
-
- See Also:
OriginAccessControlSigningBehaviors
-
-
signingBehaviorAsString
public final String signingBehaviorAsString()
Specifies which requests CloudFront signs (adds authentication information to). Specify
alwaysfor the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide.This field can have one of the following values:
-
always– CloudFront signs all origin requests, overwriting theAuthorizationheader from the viewer request if one exists. -
never– CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control. -
no-override– If the viewer request doesn't contain theAuthorizationheader, then CloudFront signs the origin request. If the viewer request contains theAuthorizationheader, then CloudFront doesn't sign the origin request and instead passes along theAuthorizationheader from the viewer request. WARNING: To pass along theAuthorizationheader from the viewer request, you must add theAuthorizationheader to a cache policy for all cache behaviors that use origins associated with this origin access control.
If the service returns an enum value that is not available in the current SDK version,
signingBehaviorwill returnOriginAccessControlSigningBehaviors.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsigningBehaviorAsString().- Returns:
- Specifies which requests CloudFront signs (adds authentication information to). Specify
alwaysfor the most common use case. For more information, see origin access control advanced settings in the Amazon CloudFront Developer Guide.This field can have one of the following values:
-
always– CloudFront signs all origin requests, overwriting theAuthorizationheader from the viewer request if one exists. -
never– CloudFront doesn't sign any origin requests. This value turns off origin access control for all origins in all distributions that use this origin access control. -
no-override– If the viewer request doesn't contain theAuthorizationheader, then CloudFront signs the origin request. If the viewer request contains theAuthorizationheader, then CloudFront doesn't sign the origin request and instead passes along theAuthorizationheader from the viewer request. WARNING: To pass along theAuthorizationheader from the viewer request, you must add theAuthorizationheader to a cache policy for all cache behaviors that use origins associated with this origin access control.
-
- See Also:
OriginAccessControlSigningBehaviors
-
-
originAccessControlOriginType
public final OriginAccessControlOriginTypes originAccessControlOriginType()
The type of origin that this origin access control is for.
If the service returns an enum value that is not available in the current SDK version,
originAccessControlOriginTypewill returnOriginAccessControlOriginTypes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoriginAccessControlOriginTypeAsString().- Returns:
- The type of origin that this origin access control is for.
- See Also:
OriginAccessControlOriginTypes
-
originAccessControlOriginTypeAsString
public final String originAccessControlOriginTypeAsString()
The type of origin that this origin access control is for.
If the service returns an enum value that is not available in the current SDK version,
originAccessControlOriginTypewill returnOriginAccessControlOriginTypes.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromoriginAccessControlOriginTypeAsString().- Returns:
- The type of origin that this origin access control is for.
- See Also:
OriginAccessControlOriginTypes
-
toBuilder
public OriginAccessControlConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<OriginAccessControlConfig.Builder,OriginAccessControlConfig>
-
builder
public static OriginAccessControlConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends OriginAccessControlConfig.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.
-
-