public static interface InitiateMultipartUploadResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<InitiateMultipartUploadResponse.Builder,InitiateMultipartUploadResponse>
| Modifier and Type | Method and Description |
|---|---|
InitiateMultipartUploadResponse.Builder |
location(String location)
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
|
InitiateMultipartUploadResponse.Builder |
uploadId(String uploadId)
The ID of the multipart upload.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildInitiateMultipartUploadResponse.Builder location(String location)
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
location - The relative URI path of the multipart upload ID Amazon S3 Glacier created.InitiateMultipartUploadResponse.Builder uploadId(String uploadId)
The ID of the multipart upload. This value is also included as part of the location.
uploadId - The ID of the multipart upload. This value is also included as part of the location.Copyright © 2023. All rights reserved.