CopyableBuilder<DeleteArchiveRequest.Builder,DeleteArchiveRequest>, SdkBuilder<DeleteArchiveRequest.Builder,DeleteArchiveRequest>public static interface DeleteArchiveRequest.Builder extends CopyableBuilder<DeleteArchiveRequest.Builder,DeleteArchiveRequest>
| Modifier and Type | Method | Description |
|---|---|---|
DeleteArchiveRequest.Builder |
accountId(String accountId) |
The
AccountId value is the AWS account ID of the account that owns the vault. |
DeleteArchiveRequest.Builder |
archiveId(String archiveId) |
The ID of the archive to delete.
|
DeleteArchiveRequest.Builder |
vaultName(String vaultName) |
The name of the vault.
|
copyapply, buildDeleteArchiveRequest.Builder accountId(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 - 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.DeleteArchiveRequest.Builder vaultName(String vaultName)
The name of the vault.
vaultName - The name of the vault.DeleteArchiveRequest.Builder archiveId(String archiveId)
The ID of the archive to delete.
archiveId - The ID of the archive to delete.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.