Interface PrivateIpAddressSpecification.Builder

  • Method Details

    • primary

      Indicates if this is the primary private IP address.

      Parameters:
      primary - Indicates if this is the primary private IP address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateIpAddress

      PrivateIpAddressSpecification.Builder privateIpAddress(String privateIpAddress)

      Specific private IP address for the network interface.

      Parameters:
      privateIpAddress - Specific private IP address for the network interface.
      Returns:
      Returns a reference to this object so that method calls can be chained together.