public static interface RecoveryPointMember.Builder extends SdkPojo, CopyableBuilder<RecoveryPointMember.Builder,RecoveryPointMember>
| Modifier and Type | Method and Description |
|---|---|
RecoveryPointMember.Builder |
backupVaultName(String backupVaultName)
This is the name of the backup vault (the logical container in which backups are stored).
|
RecoveryPointMember.Builder |
recoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
|
RecoveryPointMember.Builder |
resourceArn(String resourceArn)
This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.
|
RecoveryPointMember.Builder |
resourceType(String resourceType)
This is the Amazon Web Services resource type that is saved as a recovery point.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecoveryPointMember.Builder recoveryPointArn(String recoveryPointArn)
This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.
recoveryPointArn - This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.RecoveryPointMember.Builder resourceArn(String resourceArn)
This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.
resourceArn - This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.RecoveryPointMember.Builder resourceType(String resourceType)
This is the Amazon Web Services resource type that is saved as a recovery point.
resourceType - This is the Amazon Web Services resource type that is saved as a recovery point.RecoveryPointMember.Builder backupVaultName(String backupVaultName)
This is the name of the backup vault (the logical container in which backups are stored).
backupVaultName - This is the name of the backup vault (the logical container in which backups are stored).Copyright © 2023. All rights reserved.