CopyableBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>, SdkBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>public static interface CompleteMultipartUploadResponse.Builder extends CopyableBuilder<CompleteMultipartUploadResponse.Builder,CompleteMultipartUploadResponse>
| Modifier and Type | Method | 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.
|
copyapply, 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.