Class LoadBalancerSubnetMapping


  • public final class LoadBalancerSubnetMapping
    extends java.lang.Object
    • Method Detail

      • allocationId

        public java.util.Optional<java.lang.String> allocationId()
        Returns:
        Allocation ID of the Elastic IP address for an internet-facing load balancer.
      • ipv6Address

        public java.util.Optional<java.lang.String> ipv6Address()
        Returns:
        IPv6 address. You associate IPv6 CIDR blocks with your VPC and choose the subnets where you launch both internet-facing and internal Application Load Balancers or Network Load Balancers.
      • outpostId

        public java.util.Optional<java.lang.String> outpostId()
      • privateIpv4Address

        public java.util.Optional<java.lang.String> privateIpv4Address()
        Returns:
        Private IPv4 address for an internal load balancer.
      • subnetId

        public java.lang.String subnetId()
        Returns:
        ID of the subnet of which to attach to the load balancer. You can specify only one subnet per Availability Zone.