Struct aws_sdk_elasticloadbalancingv2::model::availability_zone::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AvailabilityZone
Implementations
The name of the Availability Zone.
The ID of the subnet. You can specify one subnet per Availability Zone.
The ID of the subnet. You can specify one subnet per Availability Zone.
[Application Load Balancers on Outposts] The ID of the Outpost.
[Application Load Balancers on Outposts] The ID of the Outpost.
Appends an item to load_balancer_addresses
.
To override the contents of this collection use set_load_balancer_addresses
.
[Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.
[Network Load Balancers] If you need static IP addresses for your load balancer, you can specify one Elastic IP address per Availability Zone when you create an internal-facing load balancer. For internal load balancers, you can specify a private IP address from the IPv4 range of the subnet.
Consumes the builder and constructs a AvailabilityZone
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