@Stability(value=Stable) public static final class OriginAccessIdentity.Builder extends Object implements software.amazon.jsii.Builder<OriginAccessIdentity>
OriginAccessIdentity.| Modifier and Type | Method and Description |
|---|---|
OriginAccessIdentity |
build() |
OriginAccessIdentity.Builder |
comment(String comment)
Any comments you want to include about the origin access identity.
|
static OriginAccessIdentity.Builder |
create(software.constructs.Construct scope,
String id) |
@Stability(value=Stable) public static OriginAccessIdentity.Builder create(software.constructs.Construct scope, String id)
scope - This parameter is required.id - This parameter is required.OriginAccessIdentity.Builder.@Stability(value=Stable) public OriginAccessIdentity.Builder comment(String comment)
Default: "Allows CloudFront to reach the bucket"
comment - Any comments you want to include about the origin access identity. This parameter is required.this@Stability(value=Stable) public OriginAccessIdentity build()
build in interface software.amazon.jsii.Builder<OriginAccessIdentity>Copyright © 2022. All rights reserved.