| Package | Description | 
|---|---|
| com.amazonaws.services.cloudfront.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CustomOriginConfig | CustomOriginConfig. clone() | 
| CustomOriginConfig | Origin. getCustomOriginConfig()
 Use this type to specify an origin that is not an Amazon S3 bucket, with one exception. | 
| CustomOriginConfig | CustomOriginConfig. withHTTPPort(Integer hTTPPort)
 The HTTP port that CloudFront uses to connect to the origin. | 
| CustomOriginConfig | CustomOriginConfig. withHTTPSPort(Integer hTTPSPort)
 The HTTPS port that CloudFront uses to connect to the origin. | 
| CustomOriginConfig | CustomOriginConfig. withOriginKeepaliveTimeout(Integer originKeepaliveTimeout)
 Specifies how long, in seconds, CloudFront persists its connection to the origin. | 
| CustomOriginConfig | CustomOriginConfig. withOriginProtocolPolicy(OriginProtocolPolicy originProtocolPolicy)
 Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin. | 
| CustomOriginConfig | CustomOriginConfig. withOriginProtocolPolicy(String originProtocolPolicy)
 Specifies the protocol (HTTP or HTTPS) that CloudFront uses to connect to the origin. | 
| CustomOriginConfig | CustomOriginConfig. withOriginReadTimeout(Integer originReadTimeout)
 Specifies how long, in seconds, CloudFront waits for a response from the origin. | 
| CustomOriginConfig | CustomOriginConfig. withOriginSslProtocols(OriginSslProtocols originSslProtocols)
 Specifies the minimum SSL/TLS protocol that CloudFront uses when connecting to your origin over HTTPS. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Origin. setCustomOriginConfig(CustomOriginConfig customOriginConfig)
 Use this type to specify an origin that is not an Amazon S3 bucket, with one exception. | 
| Origin | Origin. withCustomOriginConfig(CustomOriginConfig customOriginConfig)
 Use this type to specify an origin that is not an Amazon S3 bucket, with one exception. | 
Copyright © 2022. All rights reserved.