public static interface CompleteMultipartUploadResponse.Builder extends GlacierResponse.Builder, CopyableBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>
| Modifier and Type | Method and Description |
|---|---|
CompleteMultipartUploadResponse.Builder |
archiveId(String archiveId)
The ID of the archive.
|
CompleteMultipartUploadResponse.Builder |
checksum(String checksum)
The checksum of the archive computed by Amazon Glacier.
|
CompleteMultipartUploadResponse.Builder |
location(String location)
The relative URI path of the newly added archive resource.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildCompleteMultipartUploadResponse.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.CompleteMultipartUploadResponse.Builder checksum(String checksum)
The checksum of the archive computed by Amazon Glacier.
checksum - The checksum of the archive computed by Amazon Glacier.CompleteMultipartUploadResponse.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.