@Generated(value="software.amazon.awssdk:codegen") public final class AwsBackupRecoveryPointDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsBackupRecoveryPointDetails.Builder,AwsBackupRecoveryPointDetails>
Contains detailed information about the recovery points stored in an Backup backup vault. A backup, or recovery point, represents the content of a resource at a specified time.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsBackupRecoveryPointDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
Long |
backupSizeInBytes()
The size, in bytes, of a backup.
|
String |
backupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
|
String |
backupVaultName()
The name of a logical container where backups are stored.
|
static AwsBackupRecoveryPointDetails.Builder |
builder() |
AwsBackupRecoveryPointCalculatedLifecycleDetails |
calculatedLifecycle()
A
CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt
timestamps. |
String |
completionDate()
The date and time that a job to create a recovery point is completed, in Unix format and UTC.
|
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. |
String |
creationDate()
The date and time a recovery point is created, in Unix format and UTC.
|
String |
encryptionKeyArn()
The ARN for the server-side encryption key that is used to protect your backups.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
iamRoleArn()
Specifies the IAM role ARN used to create the target recovery point
|
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. |
String |
lastRestoreTime()
The date and time that a recovery point was last restored, in Unix format and UTC.
|
AwsBackupRecoveryPointLifecycleDetails |
lifecycle()
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
String |
recoveryPointArn()
An ARN that uniquely identifies a recovery point.
|
String |
resourceArn()
An ARN that uniquely identifies a resource.
|
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.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsBackupRecoveryPointDetails.Builder> |
serializableBuilderClass() |
String |
sourceBackupVaultArn()
The ARN for the backup vault where the recovery point was originally copied from.
|
String |
status()
A status code specifying the state of the recovery point.
|
String |
statusMessage()
A message explaining the reason of the recovery point deletion failure.
|
String |
storageClass()
Specifies the storage class of the recovery point.
|
AwsBackupRecoveryPointDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Long backupSizeInBytes()
The size, in bytes, of a backup.
public final String backupVaultArn()
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
public final String backupVaultName()
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.
public final AwsBackupRecoveryPointCalculatedLifecycleDetails calculatedLifecycle()
A CalculatedLifecycle object containing DeleteAt and MoveToColdStorageAt
timestamps.
CalculatedLifecycle object containing DeleteAt and
MoveToColdStorageAt timestamps.public final String completionDate()
The date and time that a job to create a recovery point is completed, in Unix format and UTC. The value of
CompletionDate is accurate to milliseconds. For example, the value 1516925490.087 represents Friday,
January 26, 2018 12:11:30.087 AM.
CompletionDate is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public final 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.
BackupPlanArn, BackupPlanId, BackupPlanVersion, and
BackupRuleId of the backup plan that is used to create it.public final String creationDate()
The date and time a recovery point is created, in Unix format and UTC. The value of CreationDate is
accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087
AM.
CreationDate is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.public final String encryptionKeyArn()
The ARN for the server-side encryption key that is used to protect your backups.
public final String iamRoleArn()
Specifies the IAM role ARN used to create the target recovery point
public final 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.
TRUE if the specified recovery point is encrypted, or
FALSE if the recovery point is not encrypted.public final String lastRestoreTime()
The date and time that a recovery point was last restored, in Unix format and UTC. The value of
LastRestoreTime is accurate to milliseconds. For example, the value 1516925490.087 represents
Friday, January 26, 2018 12:11:30.087 AM.
LastRestoreTime is accurate to milliseconds. For example, the value 1516925490.087
represents Friday, January 26, 2018 12:11:30.087 AM.public final AwsBackupRecoveryPointLifecycleDetails lifecycle()
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires. Backup transitions and expires backups automatically according to the lifecycle that you define
public final String recoveryPointArn()
An ARN that uniquely identifies a recovery point.
public final String resourceArn()
An ARN that uniquely identifies a resource. The format of the ARN depends on the resource type.
public final 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.
public final String sourceBackupVaultArn()
The ARN for the backup vault where the recovery point was originally copied from. If the recovery point is restored to the same account, this value will be null.
public final String status()
A status code specifying the state of the recovery point. Valid values are as follows:
COMPLETED
DELETING
EXPIRED
PARTIAL
COMPLETED
DELETING
EXPIRED
PARTIAL
public final String statusMessage()
A message explaining the reason of the recovery point deletion failure.
public final String storageClass()
Specifies the storage class of the recovery point. Valid values are as follows:
COLD
DELETED
WARM
COLD
DELETED
WARM
public AwsBackupRecoveryPointDetails.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AwsBackupRecoveryPointDetails.Builder,AwsBackupRecoveryPointDetails>public static AwsBackupRecoveryPointDetails.Builder builder()
public static Class<? extends AwsBackupRecoveryPointDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.