Interface UploadProgress.Builder

  • Method Details

    • totalParts

      UploadProgress.Builder totalParts(Integer totalParts)

      The total number of parts that the file is split into.

      Parameters:
      totalParts - The total number of parts that the file is split into.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • completedPartsCount

      UploadProgress.Builder completedPartsCount(Integer completedPartsCount)

      The number of parts that have been successfully uploaded.

      Parameters:
      completedPartsCount - The number of parts that have been successfully uploaded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.