CopyableBuilder<CompleteVaultLockRequest.Builder,CompleteVaultLockRequest>
, SdkBuilder<CompleteVaultLockRequest.Builder,CompleteVaultLockRequest>
public static interface CompleteVaultLockRequest.Builder extends CopyableBuilder<CompleteVaultLockRequest.Builder,CompleteVaultLockRequest>
Modifier and Type | Method | Description |
---|---|---|
CompleteVaultLockRequest.Builder |
accountId(String accountId) |
The
AccountId value is the AWS account ID. |
CompleteVaultLockRequest.Builder |
lockId(String lockId) |
The
lockId value is the lock ID obtained from a InitiateVaultLock request. |
CompleteVaultLockRequest.Builder |
vaultName(String vaultName) |
The name of the vault.
|
copy
apply, build
CompleteVaultLockRequest.Builder accountId(String accountId)
The AccountId
value is the AWS account ID. This value must match the AWS account ID associated
with the credentials used to sign the request. 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 specify your account ID, do not include any hyphens ('-') in the
ID.
accountId
- The AccountId
value is the AWS account ID. This value must match the AWS account ID
associated with the credentials used to sign the request. 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 specify your account ID, do not
include any hyphens ('-') in the ID.CompleteVaultLockRequest.Builder vaultName(String vaultName)
The name of the vault.
vaultName
- The name of the vault.CompleteVaultLockRequest.Builder lockId(String lockId)
The lockId
value is the lock ID obtained from a InitiateVaultLock request.
lockId
- The lockId
value is the lock ID obtained from a InitiateVaultLock request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.