| 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(Consumer<OriginCustomHeader.Builder>... 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() |
| Modifier and Type | Method and Description |
|---|---|
default Origin.Builder |
Origin.Builder.customHeaders(Consumer<CustomHeaders.Builder> customHeaders)
A list of HTTP header names and values that CloudFront adds to the requests that it sends to the origin.
|
Copyright © 2023. All rights reserved.