Interface ListMultipartUploadsResponse.Builder

    • Method Detail

      • uploadsList

        ListMultipartUploadsResponse.Builder uploadsList​(UploadListElement... uploadsList)

        A list of in-progress multipart uploads.

        Parameters:
        uploadsList - A list of in-progress multipart uploads.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        ListMultipartUploadsResponse.Builder marker​(String marker)

        An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.

        Parameters:
        marker - An opaque string that represents where to continue pagination of the results. You use the marker in a new List Multipart Uploads request to obtain more uploads in the list. If there are no more uploads, this value is null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.