public static interface UploadArchiveResponse.Builder extends GlacierResponse.Builder, CopyableBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>
| Modifier and Type | Method and Description |
|---|---|
UploadArchiveResponse.Builder |
archiveId(String archiveId)
The ID of the archive.
|
UploadArchiveResponse.Builder |
checksum(String checksum)
The checksum of the archive computed by Amazon Glacier.
|
UploadArchiveResponse.Builder |
location(String location)
The relative URI path of the newly added archive resource.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildUploadArchiveResponse.Builder location(String location)
The relative URI path of the newly added archive resource.
location - The relative URI path of the newly added archive resource.UploadArchiveResponse.Builder checksum(String checksum)
The checksum of the archive computed by Amazon Glacier.
checksum - The checksum of the archive computed by Amazon Glacier.UploadArchiveResponse.Builder archiveId(String archiveId)
The ID of the archive. This value is also included as part of the location.
archiveId - The ID of the archive. This value is also included as part of the location.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.