public class CompleteMultipartUploadResult extends Object implements Serializable
| Constructor and Description |
|---|
CompleteMultipartUploadResult() |
CompleteMultipartUploadResult(String bucketName,
String key,
String location,
String eTag,
String versionId,
LocalDateTime expirationTime,
String expirationTimeRuleId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBucketName()
Returns the name of the bucket containing the completed multipart object.
|
String |
geteTag()
Returns the entity tag identifying the new object.
|
LocalDateTime |
getExpirationTime()
Returns the expiration time for this object, or null if it doesn't expire.
|
String |
getExpirationTimeRuleId()
Returns the rule ID for this object's expiration, or null if it doesn't expire.
|
String |
getKey()
Gets the key by which the newly created object is stored.
|
String |
getLocation()
Returns the URL identifying the new multipart object.
|
String |
getVersionId()
Returns the version ID of the new object, only present if versioning has been enabled for the bucket.
|
int |
hashCode() |
public CompleteMultipartUploadResult(String bucketName, String key, String location, String eTag, String versionId, LocalDateTime expirationTime, String expirationTimeRuleId)
public CompleteMultipartUploadResult()
public String getLocation()
public String getBucketName()
public String getKey()
public String geteTag()
public String getVersionId()
public LocalDateTime getExpirationTime()
public String getExpirationTimeRuleId()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.