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