java.lang.Object | |
↳ | org.mule.module.s3.model.MultipartUpload |
A multipart upload is an upload to Amazon S3 that is creating by uploading individual pieces of an object, then telling Amazon S3 to complete the multipart upload and concatenate all the individual pieces together into a single object.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
initiated | The date at which this upload was initiated. | ||||||||||
initiator | The initiator of this multipart upload. | ||||||||||
key | The key by which this upload is stored. | ||||||||||
owner | The owner of this multipart upload. | ||||||||||
storageClass | The storage class indicating how the data in this multipart upload will be stored. | ||||||||||
uploadId | The unique ID of this multipart upload. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the date at which this upload was initiated.
| |||||||||||
Returns the user who initiated this multipart upload.
| |||||||||||
Returns the key by which this upload is stored.
| |||||||||||
Returns the owner of this multipart upload.
| |||||||||||
Returns the storage class indicating how the data in this multipart upload will be stored.
| |||||||||||
Returns the unique ID of this multipart upload.
| |||||||||||
Sets the date at which this upload was initiated.
| |||||||||||
Sets the user who initiated this multipart upload.
| |||||||||||
Sets the key by which this upload is stored.
| |||||||||||
Sets the owner of this multipart upload.
| |||||||||||
Sets the storage class indicating how the data in this multipart upload will be stored.
| |||||||||||
Sets the unique ID of this multipart upload.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The date at which this upload was initiated.
The key by which this upload is stored.
The storage class indicating how the data in this multipart upload will be stored.
The unique ID of this multipart upload.
Returns the date at which this upload was initiated.
Returns the user who initiated this multipart upload.
Returns the key by which this upload is stored.
Returns the owner of this multipart upload.
Returns the storage class indicating how the data in this multipart upload will be stored.
Returns the unique ID of this multipart upload.
Sets the date at which this upload was initiated.
initiated | The date at which this upload was initiated. |
---|
Sets the user who initiated this multipart upload.
initiator | The user who initiated this multipart upload. |
---|
Sets the key by which this upload is stored.
key | The key by which this upload is stored. |
---|
Sets the owner of this multipart upload.
owner | The owner of this multipart upload. |
---|
Sets the storage class indicating how the data in this multipart upload will be stored.
storageClass | The storage class indicating how the data in this multipart upload will be stored. |
---|
Sets the unique ID of this multipart upload.
uploadId | The unique ID of this multipart upload. |
---|