Interface ModifyHostsResponse.Builder

    • Method Detail

      • successful

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

        The IDs of the Dedicated Hosts that were successfully modified.

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

        ModifyHostsResponse.Builder successful​(String... successful)

        The IDs of the Dedicated Hosts that were successfully modified.

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

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

        The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

        Parameters:
        unsuccessful - The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • unsuccessful

        ModifyHostsResponse.Builder unsuccessful​(UnsuccessfulItem... unsuccessful)

        The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.

        Parameters:
        unsuccessful - The IDs of the Dedicated Hosts that could not be modified. Check whether the setting you requested can be used.
        Returns:
        Returns a reference to this object so that method calls can be chained together.