Interface ElasticIp.Builder

    • Method Detail

      • ip

        ElasticIp.Builder ip​(String ip)

        The IP address.

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

        ElasticIp.Builder name​(String name)

        The name.

        Parameters:
        name - The name.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domain

        ElasticIp.Builder domain​(String domain)

        The domain.

        Parameters:
        domain - The domain.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceId

        ElasticIp.Builder instanceId​(String instanceId)

        The ID of the instance that the address is attached to.

        Parameters:
        instanceId - The ID of the instance that the address is attached to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.