Interface UploadArchiveResponse.Builder

    • Method Detail

      • location

        UploadArchiveResponse.Builder location​(String location)

        The relative URI path of the newly added archive resource.

        Parameters:
        location - The relative URI path of the newly added archive resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • checksum

        UploadArchiveResponse.Builder checksum​(String checksum)

        The checksum of the archive computed by Amazon S3 Glacier.

        Parameters:
        checksum - The checksum of the archive computed by Amazon S3 Glacier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • archiveId

        UploadArchiveResponse.Builder archiveId​(String archiveId)

        The ID of the archive. This value is also included as part of the location.

        Parameters:
        archiveId - The ID of the archive. This value is also included as part of the location.
        Returns:
        Returns a reference to this object so that method calls can be chained together.