| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static Origin.Builder |
Origin.builder() |
Origin.Builder |
Origin.Builder.connectionAttempts(Integer connectionAttempts)
The number of times that CloudFront attempts to connect to the origin.
|
Origin.Builder |
Origin.Builder.connectionTimeout(Integer connectionTimeout)
The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
default Origin.Builder |
Origin.Builder.customHeaders(Consumer<CustomHeaders.Builder> customHeaders)
A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.
|
Origin.Builder |
Origin.Builder.customHeaders(CustomHeaders customHeaders)
A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.
|
default Origin.Builder |
Origin.Builder.customOriginConfig(Consumer<CustomOriginConfig.Builder> customOriginConfig)
Use this type to specify an origin that is not an Amazon S3 bucket, with one exception.
|
Origin.Builder |
Origin.Builder.customOriginConfig(CustomOriginConfig customOriginConfig)
Use this type to specify an origin that is not an Amazon S3 bucket, with one exception.
|
Origin.Builder |
Origin.Builder.domainName(String domainName)
The domain name for the origin.
|
Origin.Builder |
Origin.Builder.id(String id)
A unique identifier for the origin.
|
Origin.Builder |
Origin.Builder.originPath(String originPath)
An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the
origin.
|
default Origin.Builder |
Origin.Builder.originShield(Consumer<OriginShield.Builder> originShield)
CloudFront Origin Shield.
|
Origin.Builder |
Origin.Builder.originShield(OriginShield originShield)
CloudFront Origin Shield.
|
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.
|
Origin.Builder |
Origin.Builder.s3OriginConfig(S3OriginConfig s3OriginConfig)
Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static website
hosting.
|
Origin.Builder |
Origin.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Origin.Builder> |
Origin.serializableBuilderClass() |
Copyright © 2021. All rights reserved.