Struct aws_sdk_elasticloadbalancingv2::model::load_balancer_state::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LoadBalancerState
Implementations
The state code. The initial state of the load balancer is provisioning
. After
the load balancer is fully set up and ready to route traffic, its state is
active
. If load balancer is routing traffic but does not have the resources it
needs to scale, its state isactive_impaired
. If the load balancer could not be
set up, its state is failed
.
The state code. The initial state of the load balancer is provisioning
. After
the load balancer is fully set up and ready to route traffic, its state is
active
. If load balancer is routing traffic but does not have the resources it
needs to scale, its state isactive_impaired
. If the load balancer could not be
set up, its state is failed
.
A description of the state.
Consumes the builder and constructs a LoadBalancerState
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more