public static interface CloudFrontOriginAccessIdentity.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CloudFrontOriginAccessIdentity.Builder,CloudFrontOriginAccessIdentity>
| Modifier and Type | Method and Description |
|---|---|
CloudFrontOriginAccessIdentity.Builder |
cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The current configuration information for the identity.
|
CloudFrontOriginAccessIdentity.Builder |
id(String id)
The ID for the origin access identity.
|
CloudFrontOriginAccessIdentity.Builder |
s3CanonicalUserId(String 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.
|
copyapply, buildCloudFrontOriginAccessIdentity.Builder id(String id)
The ID for the origin access identity. For example: E74FTE3AJFJ256A.
id - The ID for the origin access identity. For example: E74FTE3AJFJ256A.CloudFrontOriginAccessIdentity.Builder s3CanonicalUserId(String 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.
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.CloudFrontOriginAccessIdentity.Builder cloudFrontOriginAccessIdentityConfig(CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig)
The current configuration information for the identity.
cloudFrontOriginAccessIdentityConfig - The current configuration information for the identity.Copyright © 2017. All rights reserved.