Struct aws_sdk_elasticloadbalancing::output::modify_load_balancer_attributes_output::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for ModifyLoadBalancerAttributesOutput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn load_balancer_name(self, input: impl Into<String>) -> Self
pub fn load_balancer_name(self, input: impl Into<String>) -> Self
The name of the load balancer.
sourcepub fn set_load_balancer_name(self, input: Option<String>) -> Self
pub fn set_load_balancer_name(self, input: Option<String>) -> Self
The name of the load balancer.
sourcepub fn load_balancer_attributes(self, input: LoadBalancerAttributes) -> Self
pub fn load_balancer_attributes(self, input: LoadBalancerAttributes) -> Self
Information about the load balancer attributes.
sourcepub fn set_load_balancer_attributes(
self,
input: Option<LoadBalancerAttributes>
) -> Self
pub fn set_load_balancer_attributes(
self,
input: Option<LoadBalancerAttributes>
) -> Self
Information about the load balancer attributes.
sourcepub fn build(self) -> ModifyLoadBalancerAttributesOutput
pub fn build(self) -> ModifyLoadBalancerAttributesOutput
Consumes the builder and constructs a ModifyLoadBalancerAttributesOutput
.