public static interface AvailabilityZone.Builder extends CopyableBuilder<AvailabilityZone.Builder,AvailabilityZone>
Modifier and Type | Method and Description |
---|---|
AvailabilityZone.Builder |
loadBalancerAddresses(Collection<LoadBalancerAddress> loadBalancerAddresses)
[Network Load Balancers] The static IP address.
|
AvailabilityZone.Builder |
loadBalancerAddresses(LoadBalancerAddress... loadBalancerAddresses)
[Network Load Balancers] The static IP address.
|
AvailabilityZone.Builder |
subnetId(String subnetId)
The ID of the subnet.
|
AvailabilityZone.Builder |
zoneName(String zoneName)
The name of the Availability Zone.
|
copy
apply, build
AvailabilityZone.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.
subnetId
- The ID of the subnet.AvailabilityZone.Builder loadBalancerAddresses(Collection<LoadBalancerAddress> loadBalancerAddresses)
[Network Load Balancers] The static IP address.
loadBalancerAddresses
- [Network Load Balancers] The static IP address.AvailabilityZone.Builder loadBalancerAddresses(LoadBalancerAddress... loadBalancerAddresses)
[Network Load Balancers] The static IP address.
loadBalancerAddresses
- [Network Load Balancers] The static IP address.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.