Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private CustomOriginConfig |
Origin.customOriginConfig
A complex type that contains information about a custom origin.
|
Modifier and Type | Method and Description |
---|---|
CustomOriginConfig |
CustomOriginConfig.clone() |
CustomOriginConfig |
Origin.getCustomOriginConfig()
A complex type that contains information about a custom origin.
|
CustomOriginConfig |
CustomOriginConfig.withHTTPPort(java.lang.Integer hTTPPort)
The HTTP port the custom origin listens on.
|
CustomOriginConfig |
CustomOriginConfig.withHTTPSPort(java.lang.Integer hTTPSPort)
The HTTPS port the custom origin listens on.
|
CustomOriginConfig |
CustomOriginConfig.withOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)
The origin protocol policy to apply to your origin.
|
CustomOriginConfig |
CustomOriginConfig.withOriginProtocolPolicy(java.lang.String originProtocolPolicy)
The origin protocol policy to apply to your origin.
|
CustomOriginConfig |
CustomOriginConfig.withOriginSslProtocols(OriginSslProtocols originSslProtocols)
The SSL/TLS protocols that you want CloudFront to use when communicating
with your origin over HTTPS.
|
Modifier and Type | Method and Description |
---|---|
void |
Origin.setCustomOriginConfig(CustomOriginConfig customOriginConfig)
A complex type that contains information about a custom origin.
|
Origin |
Origin.withCustomOriginConfig(CustomOriginConfig customOriginConfig)
A complex type that contains information about a custom origin.
|
Modifier and Type | Method and Description |
---|---|
CustomOriginConfig |
CustomOriginConfigStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |