public static interface RecoveryPointCreator.Builder extends SdkPojo, CopyableBuilder<RecoveryPointCreator.Builder,RecoveryPointCreator>
| Modifier and Type | Method and Description |
|---|---|
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 |
backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
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 |
backupRuleId(String backupRuleId)
Uniquely identifies a rule used to schedule the backup of a selection of resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryPointCreator.Builder backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId - Uniquely identifies a backup plan.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.
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 backupPlanVersion(String backupPlanVersion)
Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. They cannot be edited.
backupPlanVersion - Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024
bytes long. They cannot be edited.RecoveryPointCreator.Builder backupRuleId(String backupRuleId)
Uniquely identifies a rule used to schedule the backup of a selection of resources.
backupRuleId - Uniquely identifies a rule used to schedule the backup of a selection of resources.Copyright © 2023. All rights reserved.