| Package | Description |
|---|---|
| com.amazonaws.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
Origin |
Origin.clone() |
Origin |
Origin.withCustomHeaders(CustomHeaders customHeaders) |
Origin |
Origin.withCustomOriginConfig(CustomOriginConfig customOriginConfig) |
Origin |
Origin.withDomainName(String domainName) |
Origin |
Origin.withId(String id) |
Origin |
Origin.withOriginPath(String originPath) |
Origin |
Origin.withS3OriginConfig(S3OriginConfig s3OriginConfig) |
| Modifier and Type | Method and Description |
|---|---|
List<Origin> |
Origins.getItems() |
| Modifier and Type | Method and Description |
|---|---|
Origins |
Origins.withItems(Origin... items)
NOTE: This method appends the values to the existing list (if
any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
Origins.setItems(Collection<Origin> items) |
Origins |
Origins.withItems(Collection<Origin> items) |
Copyright © 2016. All rights reserved.