Interface ScheduledInstancesPrivateIpAddressConfig.Builder

  • Method Details

    • primary

      Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.

      Parameters:
      primary - Indicates whether this is a primary IPv4 address. Otherwise, this is a secondary IPv4 address.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • privateIpAddress

      ScheduledInstancesPrivateIpAddressConfig.Builder privateIpAddress(String privateIpAddress)

      The IPv4 address.

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