Interface IpAddressRequest.Builder

  • Method Details

    • subnetId

      IpAddressRequest.Builder subnetId(String subnetId)

      The ID of the subnet that contains the IP address.

      Parameters:
      subnetId - The ID of the subnet that contains the IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ip

      The IPv4 address that you want to use for DNS queries.

      Parameters:
      ip - The IPv4 address that you want to use for DNS queries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • ipv6

      The IPv6 address that you want to use for DNS queries.

      Parameters:
      ipv6 - The IPv6 address that you want to use for DNS queries.
      Returns:
      Returns a reference to this object so that method calls can be chained together.