Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UploadPartRequest.Builder,UploadPartRequest>
@Generated("software.amazon.awssdk:codegen") public class UploadPartRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UploadPartRequest.Builder,UploadPartRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UploadPartRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
bucket() |
Name of the bucket to which the multipart upload was initiated.
|
static UploadPartRequest.Builder |
builder() |
|
Long |
contentLength() |
Size of the body in bytes.
|
String |
contentMD5() |
The base64-encoded 128-bit MD5 digest of the part data.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
key() |
Object key for which the multipart upload was initiated.
|
Integer |
partNumber() |
Part number of part being uploaded.
|
String |
requestPayer() |
|
static Class<? extends UploadPartRequest.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.
|
UploadPartRequest.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 uploaded.
|
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 Long contentLength()
public String contentMD5()
public String key()
public Integer partNumber()
public String uploadId()
public String sseCustomerAlgorithm()
public String sseCustomerKey()
public String sseCustomerKeyMD5()
public String requestPayer()
RequestPayer
public UploadPartRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UploadPartRequest.Builder,UploadPartRequest>
public static UploadPartRequest.Builder builder()
public static Class<? extends UploadPartRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.