| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomHeaders.Builder |
CustomHeaders.builder() |
CustomHeaders.Builder |
CustomHeaders.Builder.items(Collection<OriginCustomHeader> items)
Optional: A list that contains one
OriginCustomHeader element for each custom header that
you want CloudFront to forward to the origin. |
CustomHeaders.Builder |
CustomHeaders.Builder.items(OriginCustomHeader... items)
Optional: A list that contains one
OriginCustomHeader element for each custom header that
you want CloudFront to forward to the origin. |
CustomHeaders.Builder |
CustomHeaders.Builder.quantity(Integer quantity)
The number of custom headers, if any, for this distribution.
|
CustomHeaders.Builder |
CustomHeaders.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CustomHeaders.Builder> |
CustomHeaders.serializableBuilderClass() |
Copyright © 2017. All rights reserved.