Class InitiateMultipartUploadRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
Provides options for initiating a multipart upload to an Amazon Glacier vault.
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor for InitiateMultipartUploadRequest object.InitiateMultipartUploadRequest(String vaultName, String archiveDescription, String partSize) Constructs a new InitiateMultipartUploadRequest object.InitiateMultipartUploadRequest(String accountId, String vaultName, String archiveDescription, String partSize) Constructs a new InitiateMultipartUploadRequest object. -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanTheAccountIdvalue is the AWS account ID of the account that owns the vault.The archive description that you are uploading in parts.The size of each part except the last, in bytes.The name of the vault.inthashCode()voidsetAccountId(String accountId) TheAccountIdvalue is the AWS account ID of the account that owns the vault.voidsetArchiveDescription(String archiveDescription) The archive description that you are uploading in parts.voidsetPartSize(String partSize) The size of each part except the last, in bytes.voidsetVaultName(String vaultName) The name of the vault.toString()Returns a string representation of this object; useful for testing and debugging.withAccountId(String accountId) TheAccountIdvalue is the AWS account ID of the account that owns the vault.withArchiveDescription(String archiveDescription) The archive description that you are uploading in parts.withPartSize(String partSize) The size of each part except the last, in bytes.withVaultName(String vaultName) The name of the vault.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
InitiateMultipartUploadRequest
public InitiateMultipartUploadRequest()Default constructor for InitiateMultipartUploadRequest object. Callers should use the setter or fluent setter (with...) methods to initialize the object after creating it. -
InitiateMultipartUploadRequest
Constructs a new InitiateMultipartUploadRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
vaultName- The name of the vault.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).
partSize- The size of each part except the last, in bytes. The last part can be smaller than this part size.
-
InitiateMultipartUploadRequest
public InitiateMultipartUploadRequest(String accountId, String vaultName, String archiveDescription, String partSize) Constructs a new InitiateMultipartUploadRequest object. Callers should use the setter or fluent setter (with...) methods to initialize any additional object members.- Parameters:
accountId- TheAccountIdvalue is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (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 (apos-apos) in the ID.vaultName- The name of the vault.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).
partSize- The size of each part except the last, in bytes. The last part can be smaller than this part size.
-
-
Method Details
-
setAccountId
The
AccountIdvalue is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (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 (apos-apos) in the ID.- Parameters:
accountId- TheAccountIdvalue is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (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 (apos-apos) in the ID.
-
getAccountId
The
AccountIdvalue is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (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 (apos-apos) in the ID.- Returns:
- The
AccountIdvalue is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (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 (apos-apos) in the ID.
-
withAccountId
The
AccountIdvalue is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (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 (apos-apos) in the ID.- Parameters:
accountId- TheAccountIdvalue is the AWS account ID of the account that owns the vault. You can either specify an AWS account ID or optionally a single apos-apos (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 (apos-apos) in the ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setVaultName
The name of the vault.
- Parameters:
vaultName- The name of the vault.
-
getVaultName
-
withVaultName
The name of the vault.
- Parameters:
vaultName- The name of the vault.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setArchiveDescription
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).
- Parameters:
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).
-
getArchiveDescription
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).
- Returns:
- 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).
-
withArchiveDescription
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).
- Parameters:
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).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setPartSize
The size of each part except the last, in bytes. The last part can be smaller than this part size.
- Parameters:
partSize- The size of each part except the last, in bytes. The last part can be smaller than this part size.
-
getPartSize
The size of each part except the last, in bytes. The last part can be smaller than this part size.
- Returns:
- The size of each part except the last, in bytes. The last part can be smaller than this part size.
-
withPartSize
The size of each part except the last, in bytes. The last part can be smaller than this part size.
- Parameters:
partSize- The size of each part except the last, in bytes. The last part can be smaller than this part size.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-