Class CfnDistribution.S3OriginConfigProperty.Builder

java.lang.Object
software.amazon.awscdk.services.cloudfront.CfnDistribution.S3OriginConfigProperty.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDistribution.S3OriginConfigProperty>
Enclosing interface:
CfnDistribution.S3OriginConfigProperty

@Stability(Stable) public static final class CfnDistribution.S3OriginConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDistribution.S3OriginConfigProperty>
  • Constructor Details

    • Builder

      public Builder()
  • Method Details

    • originAccessIdentity

      @Stability(Stable) public CfnDistribution.S3OriginConfigProperty.Builder originAccessIdentity(String originAccessIdentity)
      Parameters:
      originAccessIdentity - 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

      where *ID-of-origin-access-identity* is the value that CloudFront returned in the ID 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

      @Stability(Stable) public CfnDistribution.S3OriginConfigProperty build()
      Builds the configured instance.
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnDistribution.S3OriginConfigProperty>
      Returns:
      a new instance of CfnDistribution.S3OriginConfigProperty
      Throws:
      NullPointerException - if any required attribute was not provided