| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.backupVaultArn(String backupVaultArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
static DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.builder() |
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.creationDate(Instant creationDate)
The date and time that a backup vault is created, in Unix format and Coordinated Universal Time (UTC).
|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.creatorRequestId(String creatorRequestId)
A unique string that identifies the request and allows failed requests to be retried without the risk of
running the operation twice.
|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.encryptionKeyArn(String encryptionKeyArn)
The server-side encryption key that is used to protect your backups; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab. |
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.lockDate(Instant lockDate)
The date and time when Backup Vault Lock configuration cannot be changed or deleted.
|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.locked(Boolean locked)
A Boolean that indicates whether Backup Vault Lock is currently protecting the backup vault.
|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.maxRetentionDays(Long maxRetentionDays)
The Backup Vault Lock setting that specifies the maximum retention period that the vault retains its recovery
points.
|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.minRetentionDays(Long minRetentionDays)
The Backup Vault Lock setting that specifies the minimum retention period that the vault retains its recovery
points.
|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.numberOfRecoveryPoints(Long numberOfRecoveryPoints)
The number of recovery points that are stored in a backup vault.
|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.toBuilder() |
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.vaultType(String vaultType)
This is the type of vault described.
|
DescribeBackupVaultResponse.Builder |
DescribeBackupVaultResponse.Builder.vaultType(VaultType vaultType)
This is the type of vault described.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeBackupVaultResponse.Builder> |
DescribeBackupVaultResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.