Interface ListTapesResponse.Builder

    • Method Detail

      • tapeInfos

        ListTapesResponse.Builder tapeInfos​(Collection<TapeInfo> tapeInfos)
        Sets the value of the TapeInfos property for this object.
        Parameters:
        tapeInfos - The new value for the TapeInfos property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tapeInfos

        ListTapesResponse.Builder tapeInfos​(TapeInfo... tapeInfos)
        Sets the value of the TapeInfos property for this object.
        Parameters:
        tapeInfos - The new value for the TapeInfos property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListTapesResponse.Builder marker​(String marker)

        A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.

        Parameters:
        marker - A string that indicates the position at which to begin returning the next list of tapes. Use the marker in your next request to continue pagination of tapes. If there are no more tapes to list, this element does not appear in the response body.
        Returns:
        Returns a reference to this object so that method calls can be chained together.