Struct aws_sdk_codedeploy::model::deployment_style::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for DeploymentStyle
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn deployment_type(self, input: DeploymentType) -> Self
pub fn deployment_type(self, input: DeploymentType) -> Self
Indicates whether to run an in-place deployment or a blue/green deployment.
sourcepub fn set_deployment_type(self, input: Option<DeploymentType>) -> Self
pub fn set_deployment_type(self, input: Option<DeploymentType>) -> Self
Indicates whether to run an in-place deployment or a blue/green deployment.
sourcepub fn deployment_option(self, input: DeploymentOption) -> Self
pub fn deployment_option(self, input: DeploymentOption) -> Self
Indicates whether to route deployment traffic behind a load balancer.
sourcepub fn set_deployment_option(self, input: Option<DeploymentOption>) -> Self
pub fn set_deployment_option(self, input: Option<DeploymentOption>) -> Self
Indicates whether to route deployment traffic behind a load balancer.
sourcepub fn build(self) -> DeploymentStyle
pub fn build(self) -> DeploymentStyle
Consumes the builder and constructs a DeploymentStyle
.