Interface IpAddressUpdate.Builder

    • Method Detail

      • ipId

        IpAddressUpdate.Builder ipId​(String ipId)

        Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.

        Parameters:
        ipId - Only when removing an IP address from a Resolver endpoint: The ID of the IP address that you want to remove. To get this ID, use GetResolverEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • subnetId

        IpAddressUpdate.Builder subnetId​(String subnetId)

        The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.

        Parameters:
        subnetId - The ID of the subnet that includes the IP address that you want to update. To get this ID, use GetResolverEndpoint.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ip

        IpAddressUpdate.Builder ip​(String ip)

        The new IPv4 address.

        Parameters:
        ip - The new IPv4 address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ipv6

        IpAddressUpdate.Builder ipv6​(String ipv6)

        The new IPv6 address.

        Parameters:
        ipv6 - The new IPv6 address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.