@Generated(value="software.amazon.awssdk:codegen") public final class S3OriginConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<S3OriginConfig.Builder,S3OriginConfig>
A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin or an S3 bucket
that is configured as a website endpoint, use the CustomOriginConfig element instead.
| Modifier and Type | Class and Description |
|---|---|
static interface |
S3OriginConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static S3OriginConfig.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
originAccessIdentity()
The CloudFront origin access identity to associate with the origin.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends S3OriginConfig.Builder> |
serializableBuilderClass() |
S3OriginConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String originAccessIdentity()
The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:
origin-access-identity/cloudfront/ID-of-origin-access-identity
where ID-of-origin-access-identity is the value that CloudFront returned in the
ID element when you created the origin access identity.
If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an
empty OriginAccessIdentity element.
To delete the origin access identity from an existing distribution, update the distribution configuration and
include an empty OriginAccessIdentity element.
To replace the origin access identity, update the distribution configuration and specify the new origin access identity.
For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
origin-access-identity/cloudfront/ID-of-origin-access-identity
where ID-of-origin-access-identity is the value that CloudFront returned in the
ID element when you created the origin access identity.
If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL,
specify an empty OriginAccessIdentity element.
To delete the origin access identity from an existing distribution, update the distribution configuration
and include an empty OriginAccessIdentity element.
To replace the origin access identity, update the distribution configuration and specify the new origin access identity.
For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
public S3OriginConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<S3OriginConfig.Builder,S3OriginConfig>public static S3OriginConfig.Builder builder()
public static Class<? extends S3OriginConfig.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.