Interface DescribeElasticIpsRequest.Builder

    • Method Detail

      • instanceId

        DescribeElasticIpsRequest.Builder instanceId​(String instanceId)

        The instance ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses associated with the specified instance.

        Parameters:
        instanceId - The instance ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses associated with the specified instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • stackId

        DescribeElasticIpsRequest.Builder stackId​(String stackId)

        A stack ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses that are registered with the specified stack.

        Parameters:
        stackId - A stack ID. If you include this parameter, DescribeElasticIps returns a description of the Elastic IP addresses that are registered with the specified stack.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ips

        DescribeElasticIpsRequest.Builder ips​(Collection<String> ips)

        An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.

        Parameters:
        ips - An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ips

        DescribeElasticIpsRequest.Builder ips​(String... ips)

        An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.

        Parameters:
        ips - An array of Elastic IP addresses to be described. If you include this parameter, DescribeElasticIps returns a description of the specified Elastic IP addresses. Otherwise, it returns a description of every Elastic IP address.
        Returns:
        Returns a reference to this object so that method calls can be chained together.