Interface AllocateHostsResponse.Builder

    • Method Detail

      • hostIds

        AllocateHostsResponse.Builder hostIds​(Collection<String> hostIds)

        The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

        Parameters:
        hostIds - The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • hostIds

        AllocateHostsResponse.Builder hostIds​(String... hostIds)

        The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.

        Parameters:
        hostIds - The ID of the allocated Dedicated Host. This is used to launch an instance onto a specific host.
        Returns:
        Returns a reference to this object so that method calls can be chained together.