Struct aws_sdk_codedeploy::model::deployment_style::Builder
source · [−]pub struct Builder { /* private fields */ }
Expand description
A builder for DeploymentStyle
.
Implementations
sourceimpl 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
.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more