public static interface CopyObjectRequest.Builder
CopyObjectRequest.Builder aCL(ObjectCannedACL aCL)
CopyObjectRequest.Builder bucket(String bucket)
CopyObjectRequest.Builder cacheControl(String cacheControl)
CopyObjectRequest.Builder contentDisposition(String contentDisposition)
CopyObjectRequest.Builder contentEncoding(String contentEncoding)
CopyObjectRequest.Builder contentLanguage(String contentLanguage)
CopyObjectRequest.Builder contentType(String contentType)
CopyObjectRequest.Builder copySource(String copySource)
CopyObjectRequest.Builder copySourceIfMatch(String copySourceIfMatch)
CopyObjectRequest.Builder copySourceIfModifiedSince(java.time.Instant copySourceIfModifiedSince)
CopyObjectRequest.Builder copySourceIfNoneMatch(String copySourceIfNoneMatch)
CopyObjectRequest.Builder copySourceIfUnmodifiedSince(java.time.Instant copySourceIfUnmodifiedSince)
CopyObjectRequest.Builder expires(java.time.Instant expires)
CopyObjectRequest.Builder grantFullControl(String grantFullControl)
CopyObjectRequest.Builder grantRead(String grantRead)
CopyObjectRequest.Builder grantReadACP(String grantReadACP)
CopyObjectRequest.Builder grantWriteACP(String grantWriteACP)
CopyObjectRequest.Builder key(String key)
CopyObjectRequest.Builder metadata(Map<String,String> metadata)
CopyObjectRequest.Builder metadataDirective(MetadataDirective metadataDirective)
CopyObjectRequest.Builder taggingDirective(TaggingDirective taggingDirective)
CopyObjectRequest.Builder serverSideEncryption(ServerSideEncryption serverSideEncryption)
CopyObjectRequest.Builder storageClass(StorageClass storageClass)
CopyObjectRequest.Builder websiteRedirectLocation(String websiteRedirectLocation)
CopyObjectRequest.Builder sSECustomerAlgorithm(String sSECustomerAlgorithm)
CopyObjectRequest.Builder sSECustomerKey(String sSECustomerKey)
CopyObjectRequest.Builder sSECustomerKeyMD5(String sSECustomerKeyMD5)
CopyObjectRequest.Builder sSEKMSKeyId(String sSEKMSKeyId)
CopyObjectRequest.Builder sSEKMSEncryptionContext(String sSEKMSEncryptionContext)
CopyObjectRequest.Builder bucketKeyEnabled(Boolean bucketKeyEnabled)
CopyObjectRequest.Builder copySourceSSECustomerAlgorithm(String copySourceSSECustomerAlgorithm)
CopyObjectRequest.Builder copySourceSSECustomerKey(String copySourceSSECustomerKey)
CopyObjectRequest.Builder copySourceSSECustomerKeyMD5(String copySourceSSECustomerKeyMD5)
CopyObjectRequest.Builder requestPayer(RequestPayer requestPayer)
CopyObjectRequest.Builder tagging(String tagging)
CopyObjectRequest.Builder objectLockMode(ObjectLockMode objectLockMode)
CopyObjectRequest.Builder objectLockRetainUntilDate(java.time.Instant objectLockRetainUntilDate)
CopyObjectRequest.Builder objectLockLegalHoldStatus(ObjectLockLegalHoldStatus objectLockLegalHoldStatus)
CopyObjectRequest.Builder expectedBucketOwner(String expectedBucketOwner)
CopyObjectRequest.Builder expectedSourceBucketOwner(String expectedSourceBucketOwner)
CopyObjectRequest build()
Copyright © 2021. All rights reserved.