public class InitiateMultipartUploadResult extends com.amazonaws.services.s3.internal.SSEResultBase
| Constructor and Description |
|---|
InitiateMultipartUploadResult() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getAbortDate()
Date when multipart upload will become eligible for abort operation by lifecycle.
|
String |
getAbortRuleId()
Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
|
String |
getBucketName()
Returns the name of the bucket in which the new multipart upload was
initiated.
|
String |
getKey()
Returns the object key for which the multipart upload was initiated.
|
String |
getUploadId()
Returns the initiated multipart upload ID.
|
boolean |
isRequesterCharged() |
void |
setAbortDate(Date abortDate)
Date when multipart upload will become eligible for abort operation by lifecycle.
|
void |
setAbortRuleId(String abortRuleId)
Id of the lifecycle rule that makes a multipart upload eligible for abort operation.
|
void |
setBucketName(String bucketName)
Sets the name of the bucket in which the new multipart upload was
initiated.
|
void |
setKey(String key)
Sets the object key for which the multipart upload was initiated.
|
void |
setRequesterCharged(boolean isRequesterCharged) |
void |
setUploadId(String uploadId)
Sets the initiated multipart upload ID.
|
getServerSideEncryption, getSSEAlgorithm, getSSECustomerAlgorithm, getSSECustomerKeyMd5, setSSEAlgorithm, setSSECustomerAlgorithm, setSSECustomerKeyMd5public String getBucketName()
public void setBucketName(String bucketName)
bucketName - The name of the bucket in which the new multipart
upload was initiated.public String getKey()
public void setKey(String key)
key - The object key for which the multipart upload was initiated.public String getUploadId()
public void setUploadId(String uploadId)
uploadId - The initiated multipart upload ID.public Date getAbortDate()
public void setAbortDate(Date abortDate)
abortDate - The date when the upload will be eligible for abort.public String getAbortRuleId()
public void setAbortRuleId(String abortRuleId)
abortRuleId - Rule IDpublic boolean isRequesterCharged()
public void setRequesterCharged(boolean isRequesterCharged)
Copyright © 2019. All rights reserved.