public class ObjectMetaRequestOptions extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
ObjectMetaRequestOptions.ObjectMetaRequestOptionsBuilder |
| 构造器和说明 |
|---|
ObjectMetaRequestOptions() |
public ObjectMetaRequestOptions setHeaders(Map<String,String> headers)
public static ObjectMetaRequestOptions.ObjectMetaRequestOptionsBuilder builder()
public String getCacheControl()
public String getContentDisposition()
public String getContentEncoding()
public String getContentLanguage()
public String getContentType()
public Date getExpires()
public String getIfMatch()
public Date getIfModifiedSince()
public String getIfNoneMatch()
public Date getIfUnmodifiedSince()
public long getContentLength()
public String getRange()
public String getContentMD5()
public String getContentSHA256()
public com.volcengine.tos.comm.common.ACLType getAclType()
public String getGrantFullControl()
public String getGrantRead()
public String getGrantReadAcp()
public String getGrantWrite()
public String getGrantWriteAcp()
public String getSsecAlgorithm()
public String getSsecKey()
public String getSsecKeyMD5()
public String getServerSideEncryption()
public String getServerSideEncryptionKeyID()
public String getWebsiteRedirectLocation()
public com.volcengine.tos.comm.common.StorageClassType getStorageClass()
public long getTrafficLimit()
public ObjectMetaRequestOptions setCacheControl(String cacheControl)
public ObjectMetaRequestOptions setContentDisposition(String contentDisposition)
public ObjectMetaRequestOptions setContentEncoding(String contentEncoding)
public ObjectMetaRequestOptions setContentLanguage(String contentLanguage)
public ObjectMetaRequestOptions setContentType(String contentType)
public ObjectMetaRequestOptions setExpires(Date expires)
public ObjectMetaRequestOptions setIfMatch(String ifMatch)
public ObjectMetaRequestOptions setIfModifiedSince(Date ifModifiedSince)
public ObjectMetaRequestOptions setIfNoneMatch(String ifNoneMatch)
public ObjectMetaRequestOptions setIfUnmodifiedSince(Date ifUnmodifiedSince)
public ObjectMetaRequestOptions setContentLength(long contentLength)
public ObjectMetaRequestOptions setContentMD5(String contentMD5)
public ObjectMetaRequestOptions setContentSHA256(String contentSHA256)
public ObjectMetaRequestOptions setRange(long rangeStart, long rangeEnd)
public ObjectMetaRequestOptions setCustomMetadata(Map<String,String> customMetadata)
public ObjectMetaRequestOptions setAclType(com.volcengine.tos.comm.common.ACLType aclType)
public ObjectMetaRequestOptions setGrantFullControl(String grantFullControl)
public ObjectMetaRequestOptions setGrantRead(String grantRead)
public ObjectMetaRequestOptions setGrantReadAcp(String grantReadAcp)
public ObjectMetaRequestOptions setGrantWrite(String grantWrite)
public ObjectMetaRequestOptions setGrantWriteAcp(String grantWriteAcp)
public ObjectMetaRequestOptions setSsecAlgorithm(String ssecAlgorithm)
public ObjectMetaRequestOptions setSsecKey(String ssecKey)
public ObjectMetaRequestOptions setSsecKeyMD5(String ssecKeyMD5)
public ObjectMetaRequestOptions setServerSideEncryption(String serverSideEncryption)
public ObjectMetaRequestOptions setServerSideEncryptionKeyID(String serverSideEncryptionKeyID)
public ObjectMetaRequestOptions setWebsiteRedirectLocation(String websiteRedirectLocation)
public ObjectMetaRequestOptions setStorageClass(com.volcengine.tos.comm.common.StorageClassType storageClass)
public ObjectMetaRequestOptions setTrafficLimit(long trafficLimit)
Copyright © 2024. All rights reserved.