Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UploadPartCopyRequest.Builder,UploadPartCopyRequest>
@Generated("software.amazon.awssdk:codegen") public class UploadPartCopyRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UploadPartCopyRequest.Builder,UploadPartCopyRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UploadPartCopyRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
bucket() |
|
static UploadPartCopyRequest.Builder |
builder() |
|
String |
copySource() |
The name of the source bucket and key name of the source object, separated by a slash (/).
|
String |
copySourceIfMatch() |
Copies the object if its entity tag (ETag) matches the specified tag.
|
Date |
copySourceIfModifiedSince() |
Copies the object if it has been modified since the specified time.
|
String |
copySourceIfNoneMatch() |
Copies the object if its entity tag (ETag) is different than the specified ETag.
|
Date |
copySourceIfUnmodifiedSince() |
Copies the object if it hasn't been modified since the specified time.
|
String |
copySourceRange() |
The range of bytes to copy from the source object.
|
String |
copySourceSSECustomerAlgorithm() |
Specifies the algorithm to use when decrypting the source object (e.g., AES256).
|
String |
copySourceSSECustomerKey() |
Specifies the customer-provided encryption key for Amazon S3 to use to decrypt the source object.
|
String |
copySourceSSECustomerKeyMD5() |
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
|
Integer |
partNumber() |
Part number of part being copied.
|
String |
requestPayer() |
|
static Class<? extends UploadPartCopyRequest.Builder> |
serializableBuilderClass() |
|
String |
sseCustomerAlgorithm() |
Specifies the algorithm to use to when encrypting the object (e.g., AES256).
|
String |
sseCustomerKey() |
Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data.
|
String |
sseCustomerKeyMD5() |
Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321.
|
UploadPartCopyRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
uploadId() |
Upload ID identifying the multipart upload whose part is being copied.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String bucket()
public String copySource()
public String copySourceIfMatch()
public Date copySourceIfModifiedSince()
public String copySourceIfNoneMatch()
public Date 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 String requestPayer()
RequestPayer
public UploadPartCopyRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UploadPartCopyRequest.Builder,UploadPartCopyRequest>
public static UploadPartCopyRequest.Builder builder()
public static Class<? extends UploadPartCopyRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.