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