Struct aws_sdk_elasticloadbalancing::input::attach_load_balancer_to_subnets_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for AttachLoadBalancerToSubnetsInput
Implementations
The name of the load balancer.
The name of the load balancer.
Appends an item to subnets
.
To override the contents of this collection use set_subnets
.
The IDs of the subnets to add. You can add only one subnet per Availability Zone.
The IDs of the subnets to add. You can add only one subnet per Availability Zone.
Consumes the builder and constructs a AttachLoadBalancerToSubnetsInput
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