java.lang.Object | |
↳ | org.mule.module.s3.model.CompleteMultipartUploadResult |
The CompleteMultipartUploadResult contains all the information about the CompleteMultipartUpload method.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
bucketName | The name of the bucket containing the completed multipart upload. | ||||||||||
eTag | The entity tag identifying the new object. | ||||||||||
expirationTime | The time this object expires, or null if it has no expiration | ||||||||||
expirationTimeRuleId | The expiration rule for this object | ||||||||||
key | The key by which the object is stored. | ||||||||||
location | The URL identifying the new multipart object. | ||||||||||
versionId | The version ID of the new object, only present if versioning has been enabled for the bucket. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the name of the bucket containing the completed multipart object.
| |||||||||||
Returns the entity tag identifying the new object.
| |||||||||||
Returns the expiration time for this object, or null if it doesn't expire.
| |||||||||||
Returns the rule ID for this object's expiration, or null if it doesn't expire.
| |||||||||||
Gets the key by which the newly created object is stored.
| |||||||||||
Returns the URL identifying the new multipart object.
| |||||||||||
Returns the version ID of the new object, only present if versioning has been enabled for the bucket.
| |||||||||||
Sets the name of the bucket containing the completed multipart object.
| |||||||||||
Sets the entity tag identifying the new object.
| |||||||||||
Sets the expiration time for the object.
| |||||||||||
Sets the rule ID for this object's expiration
| |||||||||||
Sets the key of the newly created object.
| |||||||||||
Sets the URL identifying the new multipart object.
| |||||||||||
Sets the version ID of the new object, only present if versioning has been enabled for the bucket.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
The name of the bucket containing the completed multipart upload.
The entity tag identifying the new object. An entity tag is an opaque string that changes if and only if an object's data changes.
The time this object expires, or null if it has no expiration
The expiration rule for this object
The key by which the object is stored.
The URL identifying the new multipart object.
The version ID of the new object, only present if versioning has been enabled for the bucket.
Returns the name of the bucket containing the completed multipart object.
Returns the entity tag identifying the new object. An entity tag is an opaque string that changes if and only if an object's data changes.
Returns the expiration time for this object, or null if it doesn't expire.
Returns the rule ID for this object's expiration, or null if it doesn't expire.
Gets the key by which the newly created object is stored.
Returns the URL identifying the new multipart object.
Returns the version ID of the new object, only present if versioning has been enabled for the bucket.
Sets the name of the bucket containing the completed multipart object.
bucketName | The name of the bucket containing the completed multipart object. |
---|
Sets the entity tag identifying the new object. An entity tag is an opaque string that changes if and only if an object's data changes.
etag | The entity tag. |
---|
Sets the expiration time for the object.
expirationTime | The expiration time for the object. |
---|
Sets the rule ID for this object's expiration
expirationTimeRuleId | The rule ID for this object's expiration |
---|
Sets the key of the newly created object.
key |
---|
Sets the URL identifying the new multipart object.
location | The URL identifying the new multipart object. |
---|
Sets the version ID of the new object, only present if versioning has been enabled for the bucket.
versionId | The version ID of the new object, only present if versioning has been enabled for the bucket. |
---|