Interface ScheduledInstancesPrivateIpAddressConfig.Builder

    • Method Detail

      • primary

        ScheduledInstancesPrivateIpAddressConfig.Builder primary​(Boolean 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.