Interface UploadArchiveResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>, GlacierResponse.Builder, SdkBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UploadArchiveResponse

public static interface UploadArchiveResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>
  • Method Details

    • 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

      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.