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