protected static class UploadPartCopyRequest.BuilderImpl extends Object implements UploadPartCopyRequest.Builder
Modifier | Constructor and Description |
---|---|
protected |
BuilderImpl() |
public UploadPartCopyRequest build()
build
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder bucket(String bucket)
bucket
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder copySource(String copySource)
copySource
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder copySourceIfMatch(String copySourceIfMatch)
copySourceIfMatch
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder copySourceIfModifiedSince(java.time.Instant copySourceIfModifiedSince)
copySourceIfModifiedSince
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder copySourceIfNoneMatch(String copySourceIfNoneMatch)
copySourceIfNoneMatch
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder copySourceIfUnmodifiedSince(java.time.Instant copySourceIfUnmodifiedSince)
copySourceIfUnmodifiedSince
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder copySourceRange(String copySourceRange)
copySourceRange
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder key(String key)
key
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder partNumber(Integer partNumber)
partNumber
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder uploadId(String uploadId)
uploadId
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder sSECustomerAlgorithm(String sSECustomerAlgorithm)
sSECustomerAlgorithm
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder sSECustomerKey(String sSECustomerKey)
sSECustomerKey
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder sSECustomerKeyMD5(String sSECustomerKeyMD5)
sSECustomerKeyMD5
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder copySourceSSECustomerAlgorithm(String copySourceSSECustomerAlgorithm)
copySourceSSECustomerAlgorithm
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder copySourceSSECustomerKey(String copySourceSSECustomerKey)
copySourceSSECustomerKey
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder copySourceSSECustomerKeyMD5(String copySourceSSECustomerKeyMD5)
copySourceSSECustomerKeyMD5
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder requestPayer(RequestPayer requestPayer)
requestPayer
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder expectedBucketOwner(String expectedBucketOwner)
expectedBucketOwner
in interface UploadPartCopyRequest.Builder
public final UploadPartCopyRequest.Builder expectedSourceBucketOwner(String expectedSourceBucketOwner)
expectedSourceBucketOwner
in interface UploadPartCopyRequest.Builder
public String bucket()
public String copySource()
public String copySourceIfMatch()
public java.time.Instant copySourceIfModifiedSince()
public String copySourceIfNoneMatch()
public java.time.Instant copySourceIfUnmodifiedSince()
public String copySourceRange()
public String key()
public Integer partNumber()
public String uploadId()
public String sSECustomerAlgorithm()
public String sSECustomerKey()
public String sSECustomerKeyMD5()
public String copySourceSSECustomerAlgorithm()
public String copySourceSSECustomerKey()
public String copySourceSSECustomerKeyMD5()
public RequestPayer requestPayer()
public String expectedBucketOwner()
public String expectedSourceBucketOwner()
Copyright © 2021. All rights reserved.