Interface RecoveryPoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryPoint.Builder,,RecoveryPoint> SdkBuilder<RecoveryPoint.Builder,,RecoveryPoint> SdkPojo
- Enclosing class:
RecoveryPoint
@Mutable
@NotThreadSafe
public static interface RecoveryPoint.Builder
extends SdkPojo, CopyableBuilder<RecoveryPoint.Builder,RecoveryPoint>
-
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName(String backupVaultName) The name of the Amazon Web Services Backup vault that contains the name of the recovery point to be scanned.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
backupVaultName
The name of the Amazon Web Services Backup vault that contains the name of the recovery point to be scanned.
- Parameters:
backupVaultName- The name of the Amazon Web Services Backup vault that contains the name of the recovery point to be scanned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-