Cloneable
, ReadLimitInfo
, ToCopyableBuilder<InitiateMultipartUploadRequest.Builder,InitiateMultipartUploadRequest>
@Generated("software.amazon.awssdk:codegen") public class InitiateMultipartUploadRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<InitiateMultipartUploadRequest.Builder,InitiateMultipartUploadRequest>
Provides options for initiating a multipart upload to an Amazon Glacier vault.
Modifier and Type | Class | Description |
---|---|---|
static interface |
InitiateMultipartUploadRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
accountId() |
The
AccountId value is the AWS account ID of the account that owns the vault. |
String |
archiveDescription() |
The archive description that you are uploading in parts.
|
static InitiateMultipartUploadRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
partSize() |
The size of each part except the last, in bytes.
|
static Class<? extends InitiateMultipartUploadRequest.Builder> |
serializableBuilderClass() |
|
InitiateMultipartUploadRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
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 archiveDescription()
The archive description that you are uploading in parts.
The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
The part size must be a megabyte (1024 KB) multiplied by a power of 2, for example 1048576 (1 MB), 2097152 (2 MB), 4194304 (4 MB), 8388608 (8 MB), and so on. The minimum allowable part size is 1 MB, and the maximum is 4 GB (4096 MB).
public String partSize()
The size of each part except the last, in bytes. The last part can be smaller than this part size.
public InitiateMultipartUploadRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<InitiateMultipartUploadRequest.Builder,InitiateMultipartUploadRequest>
public static InitiateMultipartUploadRequest.Builder builder()
public static Class<? extends InitiateMultipartUploadRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.