Uses of Interface
software.amazon.awssdk.services.elasticloadbalancingv2.model.AvailabilityZone.Builder
Packages that use AvailabilityZone.Builder
-
Uses of AvailabilityZone.Builder in software.amazon.awssdk.services.elasticloadbalancingv2.model
Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return AvailabilityZone.BuilderModifier and TypeMethodDescriptionstatic AvailabilityZone.BuilderAvailabilityZone.builder()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.[Application Load Balancers on Outposts] The ID of the Outpost.AvailabilityZone.Builder.sourceNatIpv6Prefixes(String... sourceNatIpv6Prefixes) [Network Load Balancers with UDP listeners] The IPv6 prefixes to use for source NAT.AvailabilityZone.Builder.sourceNatIpv6Prefixes(Collection<String> sourceNatIpv6Prefixes) [Network Load Balancers with UDP listeners] The IPv6 prefixes to use for source NAT.The ID of the subnet.AvailabilityZone.toBuilder()The name of the Availability Zone.Methods in software.amazon.awssdk.services.elasticloadbalancingv2.model that return types with arguments of type AvailabilityZone.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AvailabilityZone.Builder>AvailabilityZone.serializableBuilderClass()