Interface ReleaseHostsResponse.Builder

    • Method Detail

      • successful

        ReleaseHostsResponse.Builder successful​(Collection<String> successful)

        The IDs of the Dedicated Hosts that were successfully released.

        Parameters:
        successful - The IDs of the Dedicated Hosts that were successfully released.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • successful

        ReleaseHostsResponse.Builder successful​(String... successful)

        The IDs of the Dedicated Hosts that were successfully released.

        Parameters:
        successful - The IDs of the Dedicated Hosts that were successfully released.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessful

        ReleaseHostsResponse.Builder unsuccessful​(Collection<UnsuccessfulItem> unsuccessful)

        The IDs of the Dedicated Hosts that could not be released, including an error message.

        Parameters:
        unsuccessful - The IDs of the Dedicated Hosts that could not be released, including an error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessful

        ReleaseHostsResponse.Builder unsuccessful​(UnsuccessfulItem... unsuccessful)

        The IDs of the Dedicated Hosts that could not be released, including an error message.

        Parameters:
        unsuccessful - The IDs of the Dedicated Hosts that could not be released, including an error message.
        Returns:
        Returns a reference to this object so that method calls can be chained together.