| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static S3OriginConfig.Builder |
S3OriginConfig.builder() |
S3OriginConfig.Builder |
S3OriginConfig.Builder.originAccessIdentity(String originAccessIdentity)
The CloudFront origin access identity to associate with the origin.
|
S3OriginConfig.Builder |
S3OriginConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends S3OriginConfig.Builder> |
S3OriginConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Origin.Builder |
Origin.Builder.s3OriginConfig(Consumer<S3OriginConfig.Builder> s3OriginConfig)
Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website
hosting.
|
Copyright © 2021. All rights reserved.