Interface ReadSetUploadPartListItem.Builder

    • Method Detail

      • partNumber

        ReadSetUploadPartListItem.Builder partNumber​(Integer partNumber)

        The number identifying the part in an upload.

        Parameters:
        partNumber - The number identifying the part in an upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • partSize

        ReadSetUploadPartListItem.Builder partSize​(Long partSize)

        The size of the the part in an upload.

        Parameters:
        partSize - The size of the the part in an upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksum

        ReadSetUploadPartListItem.Builder checksum​(String checksum)

        A unique identifier used to confirm that parts are being added to the correct upload.

        Parameters:
        checksum - A unique identifier used to confirm that parts are being added to the correct upload.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ReadSetUploadPartListItem.Builder creationTime​(Instant creationTime)

        The time stamp for when a direct upload was created.

        Parameters:
        creationTime - The time stamp for when a direct upload was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedTime

        ReadSetUploadPartListItem.Builder lastUpdatedTime​(Instant lastUpdatedTime)

        The time stamp for the most recent update to an uploaded part.

        Parameters:
        lastUpdatedTime - The time stamp for the most recent update to an uploaded part.
        Returns:
        Returns a reference to this object so that method calls can be chained together.