A complex type that contains information about the Amazon S3 origin. If the origin is a custom origin, use the CustomOriginConfig element instead.
Example #1
0
 /// <summary>
 /// Sets the S3OriginConfig property
 /// </summary>
 /// <param name="s3OriginConfig">The value to set for the S3OriginConfig property </param>
 /// <returns>this instance</returns>
 public Origin WithS3OriginConfig(S3OriginConfig s3OriginConfig)
 {
     this.s3OriginConfig = s3OriginConfig;
     return(this);
 }
Example #2
0
 public Origin WithS3OriginConfig(S3OriginConfig s3OriginConfig)
 {
     this.s3OriginConfig = s3OriginConfig;
     return this;
 }