Class InitiateMultipartUploadRequest

    • Constructor Detail

      • 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

        public InitiateMultipartUploadRequest​(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:
        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 - 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 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 Detail

      • setAccountId

        public void setAccountId​(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 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 - 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 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

        public String getAccountId()

        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 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 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 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

        public InitiateMultipartUploadRequest withAccountId​(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 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 - 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 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

        public void setVaultName​(String vaultName)

        The name of the vault.

        Parameters:
        vaultName - The name of the vault.
      • getVaultName

        public String getVaultName()

        The name of the vault.

        Returns:
        The name of the vault.
      • withVaultName

        public InitiateMultipartUploadRequest withVaultName​(String vaultName)

        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

        public void setArchiveDescription​(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).

        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

        public String 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

        public InitiateMultipartUploadRequest withArchiveDescription​(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).

        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

        public void setPartSize​(String partSize)

        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

        public String 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

        public InitiateMultipartUploadRequest withPartSize​(String partSize)

        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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object