Uses of Interface
software.amazon.awssdk.services.backup.model.RecoveryPointCreator.Builder
-
Packages that use RecoveryPointCreator.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RecoveryPointCreator.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RecoveryPointCreator.Builder Modifier and Type Method Description RecoveryPointCreator.BuilderRecoveryPointCreator.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.BuilderRecoveryPointCreator.Builder. backupPlanId(String backupPlanId)Uniquely identifies a backup plan.RecoveryPointCreator.BuilderRecoveryPointCreator.Builder. backupPlanVersion(String backupPlanVersion)Version IDs are unique, randomly generated, Unicode, UTF-8 encoded strings that are at most 1,024 bytes long.RecoveryPointCreator.BuilderRecoveryPointCreator.Builder. backupRuleId(String backupRuleId)Uniquely identifies a rule used to schedule the backup of a selection of resources.static RecoveryPointCreator.BuilderRecoveryPointCreator. builder()RecoveryPointCreator.BuilderRecoveryPointCreator. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type RecoveryPointCreator.Builder Modifier and Type Method Description static Class<? extends RecoveryPointCreator.Builder>RecoveryPointCreator. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type RecoveryPointCreator.Builder Modifier and Type Method Description default BackupJob.BuilderBackupJob.Builder. createdBy(Consumer<RecoveryPointCreator.Builder> createdBy)Contains identifying information about the creation of a backup job, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan used to create it.default CopyJob.BuilderCopyJob.Builder. createdBy(Consumer<RecoveryPointCreator.Builder> createdBy)Sets the value of the CreatedBy property for this object.default DescribeBackupJobResponse.BuilderDescribeBackupJobResponse.Builder. createdBy(Consumer<RecoveryPointCreator.Builder> createdBy)Contains identifying information about the creation of a backup job, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.default DescribeRecoveryPointResponse.BuilderDescribeRecoveryPointResponse.Builder. createdBy(Consumer<RecoveryPointCreator.Builder> createdBy)Contains identifying information about the creation of a recovery point, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan used to create it.default RecoveryPointByBackupVault.BuilderRecoveryPointByBackupVault.Builder. createdBy(Consumer<RecoveryPointCreator.Builder> createdBy)Contains identifying information about the creation of a recovery point, including theBackupPlanArn,BackupPlanId,BackupPlanVersion, andBackupRuleIdof the backup plan that is used to create it.
-