public static interface ContinuousDeploymentSingleHeaderConfig.Builder extends SdkPojo, CopyableBuilder<ContinuousDeploymentSingleHeaderConfig.Builder,ContinuousDeploymentSingleHeaderConfig>
| Modifier and Type | Method and Description |
|---|---|
ContinuousDeploymentSingleHeaderConfig.Builder |
header(String header)
The request header name that you want CloudFront to send to your staging distribution.
|
ContinuousDeploymentSingleHeaderConfig.Builder |
value(String value)
The request header value.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildContinuousDeploymentSingleHeaderConfig.Builder header(String header)
The request header name that you want CloudFront to send to your staging distribution. The header must
contain the prefix aws-cf-cd-.
header - The request header name that you want CloudFront to send to your staging distribution. The header must
contain the prefix aws-cf-cd-.ContinuousDeploymentSingleHeaderConfig.Builder value(String value)
The request header value.
value - The request header value.Copyright © 2023. All rights reserved.