public static interface AwsBackupRecoveryPointCreatedByDetails.Builder extends SdkPojo, CopyableBuilder<AwsBackupRecoveryPointCreatedByDetails.Builder,AwsBackupRecoveryPointCreatedByDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsBackupRecoveryPointCreatedByDetails.Builder |
backupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
|
AwsBackupRecoveryPointCreatedByDetails.Builder |
backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
|
AwsBackupRecoveryPointCreatedByDetails.Builder |
backupPlanVersion(String backupPlanVersion)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.
|
AwsBackupRecoveryPointCreatedByDetails.Builder |
backupRuleId(String backupRuleId)
Uniquely identifies a rule used to schedule the backup of a selection of resources.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsBackupRecoveryPointCreatedByDetails.Builder backupPlanArn(String backupPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a backup plan.
backupPlanArn - An Amazon Resource Name (ARN) that uniquely identifies a backup plan.AwsBackupRecoveryPointCreatedByDetails.Builder backupPlanId(String backupPlanId)
Uniquely identifies a backup plan.
backupPlanId - Uniquely identifies a backup plan.AwsBackupRecoveryPointCreatedByDetails.Builder backupPlanVersion(String backupPlanVersion)
Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version IDs cannot be edited.
backupPlanVersion - Unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long. Version
IDs cannot be edited.AwsBackupRecoveryPointCreatedByDetails.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.