pub struct Builder { /* private fields */ }
Expand description
A builder for CreateLoadBalancerOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn load_balancers(self, input: LoadBalancer) -> Self
pub fn load_balancers(self, input: LoadBalancer) -> Self
Appends an item to load_balancers
.
To override the contents of this collection use set_load_balancers
.
Information about the load balancer.
sourcepub fn set_load_balancers(self, input: Option<Vec<LoadBalancer>>) -> Self
pub fn set_load_balancers(self, input: Option<Vec<LoadBalancer>>) -> Self
Information about the load balancer.
sourcepub fn build(self) -> CreateLoadBalancerOutput
pub fn build(self) -> CreateLoadBalancerOutput
Consumes the builder and constructs a CreateLoadBalancerOutput
.