public static interface AvailabilityZone.Builder extends SdkPojo, CopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>
| Modifier and Type | Method and Description |
|---|---|
AvailabilityZone.Builder |
loadBalancerAddresses(Collection<LoadBalancerAddress> loadBalancerAddresses)
[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.
|
AvailabilityZone.Builder |
loadBalancerAddresses(Consumer<LoadBalancerAddress.Builder>... loadBalancerAddresses)
[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.
|
AvailabilityZone.Builder |
loadBalancerAddresses(LoadBalancerAddress... loadBalancerAddresses)
[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.
|
AvailabilityZone.Builder |
outpostId(String outpostId)
[Application Load Balancers on Outposts] The ID of the Outpost.
|
AvailabilityZone.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
AvailabilityZone.Builder |
zoneName(String zoneName)
The name of the Availability Zone.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAvailabilityZone.Builder zoneName(String zoneName)
The name of the Availability Zone.
zoneName - The name of the Availability Zone.AvailabilityZone.Builder subnetId(String subnetId)
The ID of the subnet. You can specify one subnet per Availability Zone.
subnetId - The ID of the subnet. You can specify one subnet per Availability Zone.AvailabilityZone.Builder outpostId(String outpostId)
[Application Load Balancers on Outposts] The ID of the Outpost.
outpostId - [Application Load Balancers on Outposts] The ID of the Outpost.AvailabilityZone.Builder loadBalancerAddresses(Collection<LoadBalancerAddress> loadBalancerAddresses)
[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.
loadBalancerAddresses - [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.AvailabilityZone.Builder loadBalancerAddresses(LoadBalancerAddress... loadBalancerAddresses)
[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.
loadBalancerAddresses - [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.AvailabilityZone.Builder loadBalancerAddresses(Consumer<LoadBalancerAddress.Builder>... loadBalancerAddresses)
[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.
This is a convenience method that creates an instance of theLoadBalancerAddress.Builder avoiding the
need to create one manually via
LoadBalancerAddress.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #loadBalancerAddresses(List.
loadBalancerAddresses - a consumer that will call methods on
LoadBalancerAddress.Builder#loadBalancerAddresses(java.util.Collection) Copyright © 2023. All rights reserved.