Interface CloudFrontOriginAccessIdentitySummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CloudFrontOriginAccessIdentitySummary.Builder,CloudFrontOriginAccessIdentitySummary>,SdkBuilder<CloudFrontOriginAccessIdentitySummary.Builder,CloudFrontOriginAccessIdentitySummary>,SdkPojo
- Enclosing class:
- CloudFrontOriginAccessIdentitySummary
@Mutable @NotThreadSafe public static interface CloudFrontOriginAccessIdentitySummary.Builder extends SdkPojo, CopyableBuilder<CloudFrontOriginAccessIdentitySummary.Builder,CloudFrontOriginAccessIdentitySummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloudFrontOriginAccessIdentitySummary.Buildercomment(String comment)The comment for this origin access identity, as originally specified when created.CloudFrontOriginAccessIdentitySummary.Builderid(String id)The ID for the origin access identity.CloudFrontOriginAccessIdentitySummary.Builders3CanonicalUserId(String s3CanonicalUserId)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.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
CloudFrontOriginAccessIdentitySummary.Builder id(String id)
The ID for the origin access identity. For example:
E74FTE3AJFJ256A.- Parameters:
id- The ID for the origin access identity. For example:E74FTE3AJFJ256A.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3CanonicalUserId
CloudFrontOriginAccessIdentitySummary.Builder s3CanonicalUserId(String s3CanonicalUserId)
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.
- Parameters:
s3CanonicalUserId- 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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
CloudFrontOriginAccessIdentitySummary.Builder comment(String comment)
The comment for this origin access identity, as originally specified when created.
- Parameters:
comment- The comment for this origin access identity, as originally specified when created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-