AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.backupSizeInBytes(Long backupSizeInBytes) |
The size, in bytes, of a backup.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.backupVaultArn(String backupVaultArn) |
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.backupVaultName(String backupVaultName) |
The name of a logical container where backups are stored.
|
static AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.builder() |
|
default AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.calculatedLifecycle(Consumer<AwsBackupRecoveryPointCalculatedLifecycleDetails.Builder> calculatedLifecycle) |
A CalculatedLifecycle object containing DeleteAt and
MoveToColdStorageAt timestamps.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.calculatedLifecycle(AwsBackupRecoveryPointCalculatedLifecycleDetails calculatedLifecycle) |
A CalculatedLifecycle object containing DeleteAt and
MoveToColdStorageAt timestamps.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.completionDate(String completionDate) |
The date and time that a job to create a recovery point is completed, in Unix format and UTC.
|
default AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.createdBy(Consumer<AwsBackupRecoveryPointCreatedByDetails.Builder> createdBy) |
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and
BackupRuleId of the backup plan that is used to create it.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.createdBy(AwsBackupRecoveryPointCreatedByDetails createdBy) |
Contains identifying information about the creation of a recovery point, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and
BackupRuleId of the backup plan that is used to create it.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.creationDate(String creationDate) |
The date and time a recovery point is created, in Unix format and UTC.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.encryptionKeyArn(String encryptionKeyArn) |
The ARN for the server-side encryption key that is used to protect your backups.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.iamRoleArn(String iamRoleArn) |
Specifies the IAM role ARN used to create the target recovery point
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.isEncrypted(Boolean isEncrypted) |
A Boolean value that is returned as TRUE if the specified recovery point is encrypted, or
FALSE if the recovery point is not encrypted.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.lastRestoreTime(String lastRestoreTime) |
The date and time that a recovery point was last restored, in Unix format and UTC.
|
default AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.lifecycle(Consumer<AwsBackupRecoveryPointLifecycleDetails.Builder> lifecycle) |
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.lifecycle(AwsBackupRecoveryPointLifecycleDetails lifecycle) |
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.recoveryPointArn(String recoveryPointArn) |
An ARN that uniquely identifies a recovery point.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.resourceArn(String resourceArn) |
An ARN that uniquely identifies a resource.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.resourceType(String resourceType) |
The type of Amazon Web Services resource saved as a recovery point, such as an Amazon EBS volume or an Amazon
RDS database.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.sourceBackupVaultArn(String sourceBackupVaultArn) |
The ARN for the backup vault where the recovery point was originally copied from.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.status(String status) |
A status code specifying the state of the recovery point.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.statusMessage(String statusMessage) |
A message explaining the reason of the recovery point deletion failure.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.Builder.storageClass(String storageClass) |
Specifies the storage class of the recovery point.
|
AwsBackupRecoveryPointDetails.Builder |
AwsBackupRecoveryPointDetails.toBuilder() |
|