Interface ReadSetUploadPartListItem.Builder

  • Method Details

    • 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

      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.
    • partSource

      ReadSetUploadPartListItem.Builder partSource(String partSource)

      The origin of the part being direct uploaded.

      Parameters:
      partSource - The origin of the part being direct uploaded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • partSource

      The origin of the part being direct uploaded.

      Parameters:
      partSource - The origin of the part being direct uploaded.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.