| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
Origin |
Origin.clone() |
Origin |
Origin.withConnectionAttempts(Integer connectionAttempts)
The number of times that CloudFront attempts to connect to the origin.
|
Origin |
Origin.withConnectionTimeout(Integer connectionTimeout)
The number of seconds that CloudFront waits when trying to establish a connection to the origin.
|
Origin |
Origin.withCustomHeaders(CustomHeaders customHeaders)
A list of HTTP header names and values that CloudFront adds to requests it sends to the origin.
|
Origin |
Origin.withCustomOriginConfig(CustomOriginConfig customOriginConfig)
Use this type to specify an origin that is a content container or HTTP server, including an Amazon S3 bucket that
is configured with static website hosting.
|
Origin |
Origin.withDomainName(String domainName)
The domain name for the origin.
|
Origin |
Origin.withId(String id)
A unique identifier for the origin.
|
Origin |
Origin.withOriginPath(String originPath)
An optional path that CloudFront appends to the origin domain name when CloudFront requests content from the
origin.
|
Origin |
Origin.withS3OriginConfig(S3OriginConfig s3OriginConfig)
Use this type to specify an origin that is an Amazon S3 bucket that is not configured with static
website hosting.
|
| Modifier and Type | Method and Description |
|---|---|
List<Origin> |
Origins.getItems()
A complex type that contains origins or origin groups for this distribution.
|
| Modifier and Type | Method and Description |
|---|---|
Origins |
Origins.withItems(Origin... items)
A complex type that contains origins or origin groups for this distribution.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Origins.setItems(Collection<Origin> items)
A complex type that contains origins or origin groups for this distribution.
|
Origins |
Origins.withItems(Collection<Origin> items)
A complex type that contains origins or origin groups for this distribution.
|
Copyright © 2020. All rights reserved.