public static interface CopyObjectOutput.Builder
Modifier and Type | Method and Description |
---|---|
CopyObjectOutput.Builder |
bucketKeyEnabled(Boolean bucketKeyEnabled) |
CopyObjectOutput |
build() |
CopyObjectOutput.Builder |
copyObjectResult(CopyObjectResult copyObjectResult) |
CopyObjectOutput.Builder |
copySourceVersionId(String copySourceVersionId) |
CopyObjectOutput.Builder |
expiration(String expiration) |
CopyObjectOutput.Builder |
requestCharged(RequestCharged requestCharged) |
CopyObjectOutput.Builder |
serverSideEncryption(ServerSideEncryption serverSideEncryption) |
CopyObjectOutput.Builder |
sSECustomerAlgorithm(String sSECustomerAlgorithm) |
CopyObjectOutput.Builder |
sSECustomerKeyMD5(String sSECustomerKeyMD5) |
CopyObjectOutput.Builder |
sSEKMSEncryptionContext(String sSEKMSEncryptionContext) |
CopyObjectOutput.Builder |
sSEKMSKeyId(String sSEKMSKeyId) |
CopyObjectOutput.Builder |
versionId(String versionId) |
CopyObjectOutput.Builder copyObjectResult(CopyObjectResult copyObjectResult)
CopyObjectOutput.Builder expiration(String expiration)
CopyObjectOutput.Builder copySourceVersionId(String copySourceVersionId)
CopyObjectOutput.Builder versionId(String versionId)
CopyObjectOutput.Builder serverSideEncryption(ServerSideEncryption serverSideEncryption)
CopyObjectOutput.Builder sSECustomerAlgorithm(String sSECustomerAlgorithm)
CopyObjectOutput.Builder sSECustomerKeyMD5(String sSECustomerKeyMD5)
CopyObjectOutput.Builder sSEKMSKeyId(String sSEKMSKeyId)
CopyObjectOutput.Builder sSEKMSEncryptionContext(String sSEKMSEncryptionContext)
CopyObjectOutput.Builder bucketKeyEnabled(Boolean bucketKeyEnabled)
CopyObjectOutput.Builder requestCharged(RequestCharged requestCharged)
CopyObjectOutput build()
Copyright © 2021. All rights reserved.