Class CloudFrontOriginAccessIdentity
java.lang.Object
software.amazon.awssdk.services.cloudfront.model.CloudFrontOriginAccessIdentity
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CloudFrontOriginAccessIdentity.Builder,CloudFrontOriginAccessIdentity>
@Generated("software.amazon.awssdk:codegen")
public final class CloudFrontOriginAccessIdentity
extends Object
implements SdkPojo, Serializable, ToCopyableBuilder<CloudFrontOriginAccessIdentity.Builder,CloudFrontOriginAccessIdentity>
CloudFront origin access identity.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The current configuration information for the identity.final booleanfinal booleanequalsBySdkFields(Object obj) final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final Stringid()The ID for the origin access identity, for example,E74FTE3AJFJ256A.final StringThe Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.static Class<? extends CloudFrontOriginAccessIdentity.Builder>final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
id
The ID for the origin access identity, for example,
E74FTE3AJFJ256A.- Returns:
- The ID for the origin access identity, for example,
E74FTE3AJFJ256A.
-
s3CanonicalUserId
The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.
- Returns:
- The Amazon S3 canonical user ID for the origin access identity, used when giving the origin access identity read permission to an object in Amazon S3.
-
cloudFrontOriginAccessIdentityConfig
The current configuration information for the identity.
- Returns:
- The current configuration information for the identity.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<CloudFrontOriginAccessIdentity.Builder,CloudFrontOriginAccessIdentity>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
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. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-