protected static class UploadPartCopyOutput.BuilderImpl extends Object implements UploadPartCopyOutput.Builder
Modifier | Constructor and Description |
---|---|
protected |
BuilderImpl() |
public UploadPartCopyOutput build()
build
in interface UploadPartCopyOutput.Builder
public final UploadPartCopyOutput.Builder copySourceVersionId(String copySourceVersionId)
copySourceVersionId
in interface UploadPartCopyOutput.Builder
public final UploadPartCopyOutput.Builder copyPartResult(CopyPartResult copyPartResult)
copyPartResult
in interface UploadPartCopyOutput.Builder
public final UploadPartCopyOutput.Builder serverSideEncryption(ServerSideEncryption serverSideEncryption)
serverSideEncryption
in interface UploadPartCopyOutput.Builder
public final UploadPartCopyOutput.Builder sSECustomerAlgorithm(String sSECustomerAlgorithm)
sSECustomerAlgorithm
in interface UploadPartCopyOutput.Builder
public final UploadPartCopyOutput.Builder sSECustomerKeyMD5(String sSECustomerKeyMD5)
sSECustomerKeyMD5
in interface UploadPartCopyOutput.Builder
public final UploadPartCopyOutput.Builder sSEKMSKeyId(String sSEKMSKeyId)
sSEKMSKeyId
in interface UploadPartCopyOutput.Builder
public final UploadPartCopyOutput.Builder bucketKeyEnabled(Boolean bucketKeyEnabled)
bucketKeyEnabled
in interface UploadPartCopyOutput.Builder
public final UploadPartCopyOutput.Builder requestCharged(RequestCharged requestCharged)
requestCharged
in interface UploadPartCopyOutput.Builder
public String copySourceVersionId()
public CopyPartResult copyPartResult()
public ServerSideEncryption serverSideEncryption()
public String sSECustomerAlgorithm()
public String sSECustomerKeyMD5()
public String sSEKMSKeyId()
public Boolean bucketKeyEnabled()
public RequestCharged requestCharged()
Copyright © 2021. All rights reserved.