Struct aws_sdk_codedeploy::model::load_balancer_info::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for LoadBalancerInfo
Implementations
Appends an item to elb_info_list
.
To override the contents of this collection use set_elb_info_list
.
An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.
Adding more than one load balancer to the array is not supported.
An array that contains information about the load balancer to use for load balancing in a deployment. In Elastic Load Balancing, load balancers are used with Classic Load Balancers.
Adding more than one load balancer to the array is not supported.
Appends an item to target_group_info_list
.
To override the contents of this collection use set_target_group_info_list
.
An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.
Adding more than one target group to the array is not supported.
An array that contains information about the target group to use for load balancing in a deployment. In Elastic Load Balancing, target groups are used with Application Load Balancers.
Adding more than one target group to the array is not supported.
Appends an item to target_group_pair_info_list
.
To override the contents of this collection use set_target_group_pair_info_list
.
The target group pair information. This is an array of
TargeGroupPairInfo
objects with a maximum size of one.
The target group pair information. This is an array of
TargeGroupPairInfo
objects with a maximum size of one.
Consumes the builder and constructs a LoadBalancerInfo
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