public class MultipartUpload
extends java.lang.Object
Constructor and Description |
---|
MultipartUpload() |
Modifier and Type | Method and Description |
---|---|
java.util.Date |
getInitiated()
Returns the date at which this upload was initiated.
|
Owner |
getInitiator()
Returns the user who initiated this multipart upload.
|
java.lang.String |
getKey()
Returns the key by which this upload is stored.
|
Owner |
getOwner()
Returns the owner of this multipart upload.
|
java.lang.String |
getStorageClass()
Returns the storage class indicating how the data in this multipart
upload will be stored.
|
java.lang.String |
getUploadId()
Returns the unique ID of this multipart upload.
|
void |
setInitiated(java.util.Date initiated)
Sets the date at which this upload was initiated.
|
void |
setInitiator(Owner initiator)
Sets the user who initiated this multipart upload.
|
void |
setKey(java.lang.String key)
Sets the key by which this upload is stored.
|
void |
setOwner(Owner owner)
Sets the owner of this multipart upload.
|
void |
setStorageClass(java.lang.String storageClass)
Sets the storage class indicating how the data in this multipart upload
will be stored.
|
void |
setUploadId(java.lang.String uploadId)
Sets the unique ID of this multipart upload.
|
public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- The key by which this upload is stored.public java.lang.String getUploadId()
public void setUploadId(java.lang.String uploadId)
uploadId
- The unique ID of this multipart upload.public Owner getOwner()
public void setOwner(Owner owner)
owner
- The owner of this multipart upload.public Owner getInitiator()
public void setInitiator(Owner initiator)
owner
- The user who initiated this multipart upload.public java.lang.String getStorageClass()
public void setStorageClass(java.lang.String storageClass)
storageClass
- The storage class indicating how the data in this
multipart upload will be stored.public java.util.Date getInitiated()
public void setInitiated(java.util.Date initiated)
initiated
- The date at which this upload was initiated.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.