Class CfnDistributionPropsMixin.S3OriginConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDistributionPropsMixin.S3OriginConfigProperty>
- Enclosing interface:
CfnDistributionPropsMixin.S3OriginConfigProperty
CfnDistributionPropsMixin.S3OriginConfigProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.originAccessIdentity(String originAccessIdentity) originReadTimeout(Number originReadTimeout) Sets the value ofCfnDistributionPropsMixin.S3OriginConfigProperty.getOriginReadTimeout()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
originAccessIdentity
@Stability(Stable) public CfnDistributionPropsMixin.S3OriginConfigProperty.Builder originAccessIdentity(String originAccessIdentity) - 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
OriginAccessIdentityelement.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-identityThe
*ID-of-origin-access-identity*is the value that CloudFront returned in theIDelement 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
OriginAccessIdentityelement.To delete the origin access identity from an existing distribution, update the distribution configuration and include an empty
OriginAccessIdentityelement.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
-
originReadTimeout
@Stability(Stable) public CfnDistributionPropsMixin.S3OriginConfigProperty.Builder originReadTimeout(Number originReadTimeout) Sets the value ofCfnDistributionPropsMixin.S3OriginConfigProperty.getOriginReadTimeout()- Parameters:
originReadTimeout- Specifies how long, in seconds, CloudFront waits for a response from the origin. This is also known as the origin response timeout . The minimum timeout is 1 second, the maximum is 120 seconds, and the default (if you don't specify otherwise) is 30 seconds.For more information, see Response timeout in the Amazon CloudFront Developer Guide .
- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDistributionPropsMixin.S3OriginConfigProperty>- Returns:
- a new instance of
CfnDistributionPropsMixin.S3OriginConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-