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