Interface FileInformation.Builder

    • Method Detail

      • totalParts

        FileInformation.Builder totalParts​(Integer totalParts)

        The file's total parts.

        Parameters:
        totalParts - The file's total parts.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partSize

        FileInformation.Builder partSize​(Long partSize)

        The file's part size.

        Parameters:
        partSize - The file's part size.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • contentLength

        FileInformation.Builder contentLength​(Long contentLength)

        The file's content length.

        Parameters:
        contentLength - The file's content length.
        Returns:
        Returns a reference to this object so that method calls can be chained together.