Package | Description |
---|---|
com.amazonaws.services.cloudfront.model | |
com.amazonaws.services.cloudfront.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<Origin> |
Origins.items
A complex type that contains origins for this distribution.
|
Modifier and Type | Method and Description |
---|---|
Origin |
Origin.clone() |
Origin |
Origin.withCustomHeaders(CustomHeaders customHeaders)
A complex type that contains information about the custom headers
associated with this Origin.
|
Origin |
Origin.withCustomOriginConfig(CustomOriginConfig customOriginConfig)
A complex type that contains information about a custom origin.
|
Origin |
Origin.withDomainName(java.lang.String domainName)
Amazon S3 origins: The DNS name of the Amazon S3 bucket from which you
want CloudFront to get objects for this origin, for example,
myawsbucket.s3.amazonaws.com.
|
Origin |
Origin.withId(java.lang.String id)
A unique identifier for the origin.
|
Origin |
Origin.withOriginPath(java.lang.String originPath)
An optional element that causes CloudFront to request your content from a
directory in your Amazon S3 bucket or your custom origin.
|
Origin |
Origin.withS3OriginConfig(S3OriginConfig s3OriginConfig)
A complex type that contains information about the Amazon S3 origin.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Origin> |
Origins.getItems()
A complex type that contains origins for this distribution.
|
Modifier and Type | Method and Description |
---|---|
Origins |
Origins.withItems(Origin... items)
A complex type that contains origins for this distribution.
|
Modifier and Type | Method and Description |
---|---|
void |
Origins.setItems(java.util.Collection<Origin> items)
A complex type that contains origins for this distribution.
|
Origins |
Origins.withItems(java.util.Collection<Origin> items)
A complex type that contains origins for this distribution.
|
Modifier and Type | Method and Description |
---|---|
Origin |
OriginStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |