public class AbstractMultipartRequest extends GenericRequest
Constructor and Description |
---|
AbstractMultipartRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
String |
getObjectKey()
Obtain the name of the object involved in the multipart upload.
|
String |
getUploadId()
Obtain the multipart upload ID.
|
void |
setBucketName(String bucketName)
Set the name for the bucket to which the multipart upload belongs.
|
void |
setObjectKey(String objectKey)
Set the name for the object involved in the multipart upload.
|
void |
setUploadId(String uploadId)
Set the multipart upload ID.
|
isRequesterPays, setRequesterPays, toString
public String getBucketName()
public void setBucketName(String bucketName)
bucketName
- Name of the bucket to which the multipart upload belongspublic String getObjectKey()
public void setObjectKey(String objectKey)
objectKey
- Name of the object involved in the multipart uploadpublic String getUploadId()
public void setUploadId(String uploadId)
uploadId
- Multipart upload IDCopyright © 2021. All rights reserved.