public class S3ObjectAttributes extends Object implements Serializable
| Constructor and Description |
|---|
S3ObjectAttributes() |
S3ObjectAttributes(String key,
String bucketName,
String redirectLocation,
boolean requesterCharged,
ObjectMetadataParameterGroup delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBucketName() |
String |
getCacheControl() |
String |
getContentDisposition() |
String |
getContentEncoding() |
String |
getContentLanguage() |
long |
getContentLength() |
String |
getContentMD5() |
String |
getContentType() |
String |
getEtag() |
LocalDateTime |
getExpirationTime() |
String |
getExpirationTimeRuleId() |
LocalDateTime |
getHttpExpiresDate() |
String |
getKey() |
LocalDateTime |
getLastModified() |
String |
getRedirectLocation() |
String |
getReplicationStatus() |
LocalDateTime |
getRestoreExpirationTime() |
String |
getSseAlgorithm() |
String |
getSseAwsKmsKeyId() |
String |
getSseCustomerAlgorithm() |
String |
getSseCustomerKeyMd5() |
StorageClass |
getStorageClass() |
Map<String,String> |
getUserMetadata() |
String |
getVersionId() |
int |
hashCode() |
boolean |
isOngoingRestore() |
boolean |
isRequesterCharged() |
public S3ObjectAttributes()
public S3ObjectAttributes(String key, String bucketName, String redirectLocation, boolean requesterCharged, ObjectMetadataParameterGroup delegate)
public String getKey()
public String getBucketName()
public String getVersionId()
public String getExpirationTimeRuleId()
public String getEtag()
public String getContentType()
public String getContentMD5()
public String getContentEncoding()
public String getContentDisposition()
public String getCacheControl()
public long getContentLength()
public LocalDateTime getRestoreExpirationTime()
public LocalDateTime getLastModified()
public LocalDateTime getHttpExpiresDate()
public LocalDateTime getExpirationTime()
public StorageClass getStorageClass()
public String getContentLanguage()
public String getReplicationStatus()
public String getSseAlgorithm()
public String getSseAwsKmsKeyId()
public String getSseCustomerAlgorithm()
public String getSseCustomerKeyMd5()
public boolean isOngoingRestore()
public String getRedirectLocation()
public boolean isRequesterCharged()
Copyright © 2021 MuleSoft, Inc.. All rights reserved.