pub struct Builder { /* private fields */ }
Expand description
A builder for ContinuousDeploymentSingleHeaderConfig
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn header(self, input: impl Into<String>) -> Self
pub fn header(self, input: impl Into<String>) -> Self
The request header name that you want CloudFront to send to your staging distribution. The header must contain the prefix aws-cf-cd-
.
sourcepub fn set_header(self, input: Option<String>) -> Self
pub fn set_header(self, input: Option<String>) -> Self
The request header name that you want CloudFront to send to your staging distribution. The header must contain the prefix aws-cf-cd-
.
sourcepub fn build(self) -> ContinuousDeploymentSingleHeaderConfig
pub fn build(self) -> ContinuousDeploymentSingleHeaderConfig
Consumes the builder and constructs a ContinuousDeploymentSingleHeaderConfig
.