public abstract class GenericUploadRequest extends GenericObjectRequest
trafficLimitBitPS| Constructor and Description |
|---|
GenericUploadRequest() |
GenericUploadRequest(String bucketName,
String key,
String uploadId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUploadId()
Returns the ID of the existing, initiated multipart upload with which
this new part will be associated.
|
void |
setUploadId(String uploadId)
Sets the ID of the existing, initiated multipart upload with which this
new part will be associated.
|
abstract GenericUploadRequest |
withUploadId(String uploadId) |
getKey, setKey, withKeygetBucketName, setBucketName, withBucketNamegetRequestCredentials, setRequestCredentials, withRequestCredentialspublic String getUploadId()
public void setUploadId(String uploadId)
uploadId - the ID of the existing, initiated multipart upload with which
this new part will be associated.public abstract GenericUploadRequest withUploadId(String uploadId)
Copyright © 2024. All rights reserved.