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