Struct aws_sdk_codedeploy::types::builders::ElbInfoBuilder
source · #[non_exhaustive]pub struct ElbInfoBuilder { /* private fields */ }
Expand description
A builder for ElbInfo
.
Implementations§
source§impl ElbInfoBuilder
impl ElbInfoBuilder
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
For blue/green deployments, the name of the Classic Load Balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the Classic Load Balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
For blue/green deployments, the name of the Classic Load Balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the Classic Load Balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
For blue/green deployments, the name of the Classic Load Balancer that is used to route traffic from original instances to replacement instances in a blue/green deployment. For in-place deployments, the name of the Classic Load Balancer that instances are deregistered from so they are not serving traffic during a deployment, and then re-registered with after the deployment is complete.
Trait Implementations§
source§impl Clone for ElbInfoBuilder
impl Clone for ElbInfoBuilder
source§fn clone(&self) -> ElbInfoBuilder
fn clone(&self) -> ElbInfoBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for ElbInfoBuilder
impl Debug for ElbInfoBuilder
source§impl Default for ElbInfoBuilder
impl Default for ElbInfoBuilder
source§fn default() -> ElbInfoBuilder
fn default() -> ElbInfoBuilder
source§impl PartialEq for ElbInfoBuilder
impl PartialEq for ElbInfoBuilder
source§fn eq(&self, other: &ElbInfoBuilder) -> bool
fn eq(&self, other: &ElbInfoBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.