Interface RunScheduledInstancesResponse.Builder

    • Method Detail

      • instanceIdSet

        RunScheduledInstancesResponse.Builder instanceIdSet​(Collection<String> instanceIdSet)

        The IDs of the newly launched instances.

        Parameters:
        instanceIdSet - The IDs of the newly launched instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • instanceIdSet

        RunScheduledInstancesResponse.Builder instanceIdSet​(String... instanceIdSet)

        The IDs of the newly launched instances.

        Parameters:
        instanceIdSet - The IDs of the newly launched instances.
        Returns:
        Returns a reference to this object so that method calls can be chained together.