| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudfront.model |
| Modifier and Type | Method and Description |
|---|---|
static ResponseHeadersPolicyCustomHeader.Builder |
ResponseHeadersPolicyCustomHeader.builder() |
ResponseHeadersPolicyCustomHeader.Builder |
ResponseHeadersPolicyCustomHeader.Builder.header(String header)
The HTTP response header name.
|
ResponseHeadersPolicyCustomHeader.Builder |
ResponseHeadersPolicyCustomHeader.Builder.override(Boolean override)
A Boolean that determines whether CloudFront overrides a response header with the same name received from the
origin with the header specified here.
|
ResponseHeadersPolicyCustomHeader.Builder |
ResponseHeadersPolicyCustomHeader.toBuilder() |
ResponseHeadersPolicyCustomHeader.Builder |
ResponseHeadersPolicyCustomHeader.Builder.value(String value)
The value for the HTTP response header.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ResponseHeadersPolicyCustomHeader.Builder> |
ResponseHeadersPolicyCustomHeader.serializableBuilderClass() |
Copyright © 2023. All rights reserved.