Class CfnDistribution.S3OriginConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDistribution.S3OriginConfigProperty>
- Enclosing interface:
CfnDistribution.S3OriginConfigProperty
CfnDistribution.S3OriginConfigProperty
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.originAccessIdentity
(String originAccessIdentity) Sets the value ofCfnDistribution.S3OriginConfigProperty.getOriginAccessIdentity()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
originAccessIdentity
@Stability(Stable) public CfnDistribution.S3OriginConfigProperty.Builder originAccessIdentity(String originAccessIdentity) Sets the value ofCfnDistribution.S3OriginConfigProperty.getOriginAccessIdentity()
- Parameters:
originAccessIdentity
-
For more information, see Restricting access to an AWS in the Amazon CloudFront Developer Guide .If you're using origin access control (OAC) instead of origin access identity, specify an empty
OriginAccessIdentity
element.The CloudFront origin access identity to associate with the origin. Use an origin access identity to configure the origin so that viewers can only access objects in an Amazon S3 bucket through CloudFront. The format of the value is:
origin-access-identity/cloudfront/ID-of-origin-access-identity
The
*ID-of-origin-access-identity*
is the value that CloudFront returned in theID
element when you created the origin access identity.If you want viewers to be able to access objects using either the CloudFront URL or the Amazon S3 URL, specify an empty
OriginAccessIdentity
element.To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty
OriginAccessIdentity
element.To replace the origin access identity, update the distribution configuration and specify the new origin access identity.
For more information about the origin access identity, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide .
- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDistribution.S3OriginConfigProperty>
- Returns:
- a new instance of
CfnDistribution.S3OriginConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-