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.originAccessControlId(String originAccessControlId) |
The unique identifier of an origin access control for this 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() |
|
default Origin.Builder |
Origin.Builder.vpcOriginConfig(Consumer<VpcOriginConfig.Builder> vpcOriginConfig) |
The VPC origin configuration.
|
Origin.Builder |
Origin.Builder.vpcOriginConfig(VpcOriginConfig vpcOriginConfig) |
The VPC origin configuration.
|