| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.backupSizeInBytes(Long backupSizeInBytes)
The size, in bytes, of a backup.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.backupVaultArn(String backupVaultArn)
An ARN that uniquely identifies a backup vault; for example,
arn:aws:backup:us-east-1:123456789012:vault:aBackupVault. |
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.backupVaultName(String backupVaultName)
The name of a logical container where backups are stored.
|
static RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.builder() |
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.calculatedLifecycle(CalculatedLifecycle calculatedLifecycle)
A
CalculatedLifecycle object containing DeleteAt and
MoveToColdStorageAt timestamps. |
default RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.calculatedLifecycle(Consumer<CalculatedLifecycle.Builder> calculatedLifecycle)
A
CalculatedLifecycle object containing DeleteAt and
MoveToColdStorageAt timestamps. |
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.completionDate(Instant completionDate)
The date and time a job to restore a recovery point is completed, in Unix format and Coordinated Universal
Time (UTC).
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.compositeMemberIdentifier(String compositeMemberIdentifier)
This is the identifier of a resource within a composite group, such as nested (child) recovery point
belonging to a composite (parent) stack.
|
default RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.createdBy(Consumer<RecoveryPointCreator.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. |
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.createdBy(RecoveryPointCreator 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. |
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.creationDate(Instant creationDate)
The date and time a recovery point is created, in Unix format and Coordinated Universal Time (UTC).
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.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. |
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.iamRoleArn(String iamRoleArn)
Specifies the IAM role ARN used to create the target recovery point; for example,
arn:aws:iam::123456789012:role/S3Access. |
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.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. |
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.isParent(Boolean isParent)
This is a boolean value indicating this is a parent (composite) recovery point.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.lastRestoreTime(Instant lastRestoreTime)
The date and time a recovery point was last restored, in Unix format and Coordinated Universal Time (UTC).
|
default RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.lifecycle(Consumer<Lifecycle.Builder> lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.lifecycle(Lifecycle lifecycle)
The lifecycle defines when a protected resource is transitioned to cold storage and when it expires.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.parentRecoveryPointArn(String parentRecoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.recoveryPointArn(String recoveryPointArn)
An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example,
arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45. |
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.resourceArn(String resourceArn)
An ARN that uniquely identifies a resource.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.resourceName(String resourceName)
This is the non-unique name of the resource that belongs to the specified backup.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.resourceType(String resourceType)
The type of Amazon Web Services resource saved as a recovery point; for example, an Amazon Elastic Block
Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.sourceBackupVaultArn(String sourceBackupVaultArn)
The backup vault where the recovery point was originally copied from.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.status(RecoveryPointStatus status)
A status code specifying the state of the recovery point.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.status(String status)
A status code specifying the state of the recovery point.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.Builder.statusMessage(String statusMessage)
A message explaining the reason of the recovery point deletion failure.
|
RecoveryPointByBackupVault.Builder |
RecoveryPointByBackupVault.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecoveryPointByBackupVault.Builder> |
RecoveryPointByBackupVault.serializableBuilderClass() |
Copyright © 2023. All rights reserved.