| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointCreator.Builder |
RecoveryPointCreator.Builder.backupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan; for example,
arn:aws:backup:us-east-1:123456789012:plan:8F81F553-3A74-4A3F-B93D-B3360DC80C50. |
RecoveryPointCreator.Builder |
RecoveryPointCreator.Builder.backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
RecoveryPointCreator.Builder |
RecoveryPointCreator.Builder.backupPlanVersion(String backupPlanVersion)
Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
RecoveryPointCreator.Builder |
RecoveryPointCreator.Builder.backupRuleId(String backupRuleId)
Uniquely identifies a rule used to schedule the backup of a selection of resources.
|
static RecoveryPointCreator.Builder |
RecoveryPointCreator.builder() |
RecoveryPointCreator.Builder |
RecoveryPointCreator.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecoveryPointCreator.Builder> |
RecoveryPointCreator.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeBackupJobResponse.Builder |
DescribeBackupJobResponse.Builder.createdBy(Consumer<RecoveryPointCreator.Builder> createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan
that is used to create it. |
default DescribeRecoveryPointResponse.Builder |
DescribeRecoveryPointResponse.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 used to create it. |
default CopyJob.Builder |
CopyJob.Builder.createdBy(Consumer<RecoveryPointCreator.Builder> createdBy)
Sets the value of the CreatedBy property for this object.
|
default BackupJob.Builder |
BackupJob.Builder.createdBy(Consumer<RecoveryPointCreator.Builder> createdBy)
Contains identifying information about the creation of a backup job, including the
BackupPlanArn, BackupPlanId, BackupPlanVersion, and BackupRuleId of the backup plan
used to create it. |
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. |
Copyright © 2023. All rights reserved.