|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectcom.amazonaws.services.s3.model.CompleteMultipartUploadResult
public class CompleteMultipartUploadResult
The CompleteMultipartUploadResult contains all the information about the CompleteMultipartUpload method.
| Constructor Summary | |
|---|---|
CompleteMultipartUploadResult()
|
|
| Method Summary | |
|---|---|
String |
getBucketName()
Returns the name of the bucket containing the completed multipart object. |
String |
getETag()
Returns the entity tag identifying the new object. |
Date |
getExpirationTime()
Returns the expiration time for this object, or null if it doesn't expire. |
String |
getExpirationTimeRuleId()
Returns the BucketLifecycleConfiguration rule ID for this
object's expiration, or null if it doesn't expire. |
String |
getKey()
Gets the key by which the newly created object is stored. |
String |
getLocation()
Returns the URL identifying the new multipart object. |
String |
getServerSideEncryption()
Returns the server-side encryption algorithm for the newly created object, or null if none was used. |
String |
getVersionId()
Returns the version ID of the new object, only present if versioning has been enabled for the bucket. |
void |
setBucketName(String bucketName)
Sets the name of the bucket containing the completed multipart object. |
void |
setETag(String etag)
Sets the entity tag identifying the new object. |
void |
setExpirationTime(Date expirationTime)
Sets the expiration time for the object. |
void |
setExpirationTimeRuleId(String expirationTimeRuleId)
Sets the BucketLifecycleConfiguration rule ID for this object's
expiration |
void |
setKey(String key)
Sets the key of the newly created object. |
void |
setLocation(String location)
Sets the URL identifying the new multipart object. |
void |
setServerSideEncryption(String serverSideEncryption)
Sets the server-side encryption algorithm for the newly created object. |
void |
setVersionId(String versionId)
Sets the version ID of the new object, only present if versioning has been enabled for the bucket. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompleteMultipartUploadResult()
| Method Detail |
|---|
public String getLocation()
public void setLocation(String location)
location - The URL identifying the new multipart object.public String getBucketName()
public void setBucketName(String bucketName)
bucketName - The name of the bucket containing the completed multipart
object.public String getKey()
public void setKey(String key)
public String getETag()
public void setETag(String etag)
etag - The entity tag.public String getVersionId()
public void setVersionId(String versionId)
versionId - The version ID of the new object, only present if versioning
has been enabled for the bucket.public String getServerSideEncryption()
getServerSideEncryption in interface com.amazonaws.services.s3.internal.ServerSideEncryptionResultpublic void setServerSideEncryption(String serverSideEncryption)
setServerSideEncryption in interface com.amazonaws.services.s3.internal.ServerSideEncryptionResultserverSideEncryption - The server-side encryption algorithm for the new object.public Date getExpirationTime()
getExpirationTime in interface com.amazonaws.services.s3.internal.ObjectExpirationResultpublic void setExpirationTime(Date expirationTime)
setExpirationTime in interface com.amazonaws.services.s3.internal.ObjectExpirationResultexpirationTime - The expiration time for the object.public String getExpirationTimeRuleId()
BucketLifecycleConfiguration rule ID for this
object's expiration, or null if it doesn't expire.
getExpirationTimeRuleId in interface com.amazonaws.services.s3.internal.ObjectExpirationResultBucketLifecycleConfiguration.Rule.getId()public void setExpirationTimeRuleId(String expirationTimeRuleId)
BucketLifecycleConfiguration rule ID for this object's
expiration
setExpirationTimeRuleId in interface com.amazonaws.services.s3.internal.ObjectExpirationResultexpirationTimeRuleId - The rule ID for this object's expiration
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||