Interface SetIpAddressTypeRequest.Builder

    • Method Detail

      • loadBalancerArn

        SetIpAddressTypeRequest.Builder loadBalancerArn​(String loadBalancerArn)

        The Amazon Resource Name (ARN) of the load balancer.

        Parameters:
        loadBalancerArn - The Amazon Resource Name (ARN) of the load balancer.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipAddressType

        SetIpAddressTypeRequest.Builder ipAddressType​(String ipAddressType)

        The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.

        Parameters:
        ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpAddressType, IpAddressType
      • ipAddressType

        SetIpAddressTypeRequest.Builder ipAddressType​(IpAddressType ipAddressType)

        The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.

        Parameters:
        ipAddressType - The IP address type. The possible values are ipv4 (for IPv4 addresses) and dualstack (for IPv4 and IPv6 addresses). You can’t specify dualstack for a load balancer with a UDP or TCP_UDP listener.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IpAddressType, IpAddressType