public static interface OriginCustomHeader.Builder extends SdkPojo, CopyableBuilder<OriginCustomHeader.Builder,OriginCustomHeader>
| Modifier and Type | Method and Description |
|---|---|
OriginCustomHeader.Builder |
headerName(String headerName)
The name of a header that you want CloudFront to send to your origin.
|
OriginCustomHeader.Builder |
headerValue(String headerValue)
The value for the header that you specified in the
HeaderName field. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildOriginCustomHeader.Builder headerName(String headerName)
The name of a header that you want CloudFront to send to your origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.
headerName - The name of a header that you want CloudFront to send to your origin. For more information, see
Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.OriginCustomHeader.Builder headerValue(String headerValue)
The value for the header that you specified in the HeaderName field.
headerValue - The value for the header that you specified in the HeaderName field.Copyright © 2021. All rights reserved.