Struct aws_sdk_cloudfront::model::cloud_front_origin_access_identity_summary::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CloudFrontOriginAccessIdentitySummary
Implementations
The ID for the origin access identity. For example:
E74FTE3AJFJ256A
.
The ID for the origin access identity. For example:
E74FTE3AJFJ256A
.
The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3.
The comment for this origin access identity, as originally specified when created.
The comment for this origin access identity, as originally specified when created.
Consumes the builder and constructs a CloudFrontOriginAccessIdentitySummary
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more