| 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 the requests that it sends to the origin. | 
| Origin | Origin. withCustomOriginConfig(CustomOriginConfig customOriginConfig)
 Use this type to specify an origin that is not an Amazon S3 bucket, with one exception. | 
| 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. withOriginShield(OriginShield originShield)
 CloudFront Origin Shield. | 
| 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 list of origins. | 
| Modifier and Type | Method and Description | 
|---|---|
| Origins | Origins. withItems(Origin... items)
 A list of origins. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Origins. setItems(Collection<Origin> items)
 A list of origins. | 
| Origins | Origins. withItems(Collection<Origin> items)
 A list of origins. | 
Copyright © 2021. All rights reserved.