public class InitiateMultipartUploadRequest extends PutObjectBasicRequest
acl, bucketName, extensionPermissionMap, objectKey, sseCHeader, sseKmsHeader, successRedirectLocation| 构造器和说明 |
|---|
InitiateMultipartUploadRequest() |
InitiateMultipartUploadRequest(String bucketName,
String objectKey)
Constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getBucketName()
Obtain the name of the bucket to which the multipart upload belongs.
|
int |
getExpires()
Obtain the expiration time of the object generated after the multipart
upload is complete.
|
ObjectMetadata |
getMetadata()
Set object properties, including customized metadata.
|
String |
getObjectKey()
Obtain the name of the object involved in the multipart upload.
|
String |
getWebSiteRedirectLocation()
已过时。
|
void |
setBucketName(String bucketName)
Set the name for the bucket to which the multipart upload belongs.
|
void |
setExpires(int expires)
Set the expiration time of the object generated after the multipart
upload is complete.
|
void |
setMetadata(ObjectMetadata metadata)
Obtain object properties, including customized metadata.
|
void |
setObjectKey(String objectKey)
Set the name for the object involved in the multipart upload.
|
void |
setWebSiteRedirectLocation(String webSiteRedirectLocation)
已过时。
|
String |
toString() |
getAcl, getAllGrantPermissions, getDomainIdsByGrantPermission, getExtensionPermissionMap, getGrantPermissionsByDomainId, getSseCHeader, getSseKmsHeader, getSuccessRedirectLocation, grantExtensionPermission, setAcl, setExtensionPermissionMap, setSseCHeader, setSseKmsHeader, setSuccessRedirectLocation, withdrawExtensionPermission, withdrawExtensionPermissionsisRequesterPays, setRequesterPayspublic int getExpires()
public void setExpires(int expires)
expires - Expiration time of the objectpublic String getBucketName()
getBucketName 在类中 PutObjectBasicRequestpublic void setBucketName(String bucketName)
setBucketName 在类中 PutObjectBasicRequestbucketName - Name of the bucket to which the multipart upload belongspublic String getObjectKey()
getObjectKey 在类中 PutObjectBasicRequestpublic void setObjectKey(String objectKey)
setObjectKey 在类中 PutObjectBasicRequestobjectKey - Name of the object involved in the multipart upload@Deprecated public String getWebSiteRedirectLocation()
@Deprecated public void setWebSiteRedirectLocation(String webSiteRedirectLocation)
webSiteRedirectLocation - Redirection linkpublic ObjectMetadata getMetadata()
public void setMetadata(ObjectMetadata metadata)
metadata - Object propertiespublic String toString()
toString 在类中 GenericRequestCopyright © 2021. All rights reserved.