InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withBucketName(String bucketName) |
Sets the name of the bucket in which to create the new multipart upload,
and hence, the eventual object created from the multipart upload.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withKey(String key) |
Sets the key by which to store the new multipart upload, and hence, the
eventual object created from the multipart upload.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withMetadata(ObjectMetadata objectMetadata) |
Sets the additional information about the new object being created, such
as content type, content encoding, user metadata, etc.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withRequestCredentials(BceCredentials credentials) |
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withStorageClass(String storageClass) |
Sets the storageClass of the object which is be uploaded to Bos.
|