BackupVaultListMember.Builder |
BackupVaultListMember.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.
|
BackupVaultListMember.Builder |
BackupVaultListMember.Builder.backupVaultName(String backupVaultName) |
The name of a logical container where backups are stored.
|
static BackupVaultListMember.Builder |
BackupVaultListMember.builder() |
|
BackupVaultListMember.Builder |
BackupVaultListMember.Builder.creationDate(Instant creationDate) |
The date and time a resource backup is created, in Unix format and Coordinated Universal Time (UTC).
|
BackupVaultListMember.Builder |
BackupVaultListMember.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.
|
BackupVaultListMember.Builder |
BackupVaultListMember.Builder.encryptionKeyArn(String encryptionKeyArn) |
A server-side encryption key you can specify to encrypt your backups from services that support full Backup
management; for example,
arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.
|
BackupVaultListMember.Builder |
BackupVaultListMember.Builder.lockDate(Instant lockDate) |
The date and time when Backup Vault Lock configuration becomes immutable, meaning it cannot be changed or
deleted.
|
BackupVaultListMember.Builder |
BackupVaultListMember.Builder.locked(Boolean locked) |
A Boolean value that indicates whether Backup Vault Lock applies to the selected backup vault.
|
BackupVaultListMember.Builder |
BackupVaultListMember.Builder.maxRetentionDays(Long maxRetentionDays) |
The Backup Vault Lock setting that specifies the maximum retention period that the vault retains its recovery
points.
|
BackupVaultListMember.Builder |
BackupVaultListMember.Builder.minRetentionDays(Long minRetentionDays) |
The Backup Vault Lock setting that specifies the minimum retention period that the vault retains its recovery
points.
|
BackupVaultListMember.Builder |
BackupVaultListMember.Builder.numberOfRecoveryPoints(Long numberOfRecoveryPoints) |
The number of recovery points that are stored in a backup vault.
|
BackupVaultListMember.Builder |
BackupVaultListMember.toBuilder() |
|