Interface PartListElement.Builder

    • Method Detail

      • rangeInBytes

        PartListElement.Builder rangeInBytes​(String rangeInBytes)

        The byte range of a part, inclusive of the upper value of the range.

        Parameters:
        rangeInBytes - The byte range of a part, inclusive of the upper value of the range.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sha256TreeHash

        PartListElement.Builder sha256TreeHash​(String sha256TreeHash)

        The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never null.

        Parameters:
        sha256TreeHash - The SHA256 tree hash value that Amazon S3 Glacier calculated for the part. This field is never null.
        Returns:
        Returns a reference to this object so that method calls can be chained together.