| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
| 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(Integer hTTPPort)
 The HTTP port the custom origin listens on. | 
| CustomOriginConfig | CustomOriginConfig. withHTTPSPort(Integer hTTPSPort)
 The HTTPS port the custom origin listens on. | 
| CustomOriginConfig | CustomOriginConfig. withOriginKeepaliveTimeout(Integer originKeepaliveTimeout)
 You can create a custom keep-alive timeout. | 
| CustomOriginConfig | CustomOriginConfig. withOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)
 The origin protocol policy to apply to your origin. | 
| CustomOriginConfig | CustomOriginConfig. withOriginProtocolPolicy(String originProtocolPolicy)
 The origin protocol policy to apply to your origin. | 
| CustomOriginConfig | CustomOriginConfig. withOriginReadTimeout(Integer originReadTimeout)
 You can create a custom origin read timeout. | 
| 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. | 
Copyright © 2017. All rights reserved.