Struct aws_sdk_elasticloadbalancing::input::apply_security_groups_to_load_balancer_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ApplySecurityGroupsToLoadBalancerInput
Implementations
The name of the load balancer.
The name of the load balancer.
Appends an item to security_groups
.
To override the contents of this collection use set_security_groups
.
The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
The IDs of the security groups to associate with the load balancer. Note that you cannot specify the name of the security group.
Consumes the builder and constructs a ApplySecurityGroupsToLoadBalancerInput
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