Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UploadMultipartPartRequest.Builder,UploadMultipartPartRequest>
@Generated("software.amazon.awssdk:codegen") public class UploadMultipartPartRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UploadMultipartPartRequest.Builder,UploadMultipartPartRequest>
Provides options to upload a part of an archive in a multipart upload operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UploadMultipartPartRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accountId() |
The
AccountId value is the AWS account ID of the account that owns the vault. |
static UploadMultipartPartRequest.Builder |
builder() |
|
String |
checksum() |
The SHA256 tree hash of the data being uploaded.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
range() |
Identifies the range of bytes in the assembled archive that will be uploaded in this part.
|
static Class<? extends UploadMultipartPartRequest.Builder> |
serializableBuilderClass() |
|
UploadMultipartPartRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
uploadId() |
The upload ID of the multipart upload.
|
String |
vaultName() |
The name of the vault.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String accountId()
The AccountId
value is the AWS account ID of the account that owns the vault. You can either specify
an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon Glacier uses the AWS
account ID associated with the credentials used to sign the request. If you use an account ID, do not include any
hyphens ('-') in the ID.
AccountId
value is the AWS account ID of the account that owns the vault. You can either
specify an AWS account ID or optionally a single '-
' (hyphen), in which case Amazon Glacier
uses the AWS account ID associated with the credentials used to sign the request. If you use an account
ID, do not include any hyphens ('-') in the ID.public String vaultName()
The name of the vault.
public String uploadId()
The upload ID of the multipart upload.
public String checksum()
The SHA256 tree hash of the data being uploaded.
public String range()
Identifies the range of bytes in the assembled archive that will be uploaded in this part. Amazon Glacier uses this information to assemble the archive in the proper sequence. The format of this header follows RFC 2616. An example header is Content-Range:bytes 0-4194303/*.
public UploadMultipartPartRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UploadMultipartPartRequest.Builder,UploadMultipartPartRequest>
public static UploadMultipartPartRequest.Builder builder()
public static Class<? extends UploadMultipartPartRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.