Interface ScanConfigurationRecoveryPoint.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScanConfigurationRecoveryPoint.Builder,,ScanConfigurationRecoveryPoint> SdkBuilder<ScanConfigurationRecoveryPoint.Builder,,ScanConfigurationRecoveryPoint> SdkPojo
- Enclosing class:
ScanConfigurationRecoveryPoint
@Mutable
@NotThreadSafe
public static interface ScanConfigurationRecoveryPoint.Builder
extends SdkPojo, CopyableBuilder<ScanConfigurationRecoveryPoint.Builder,ScanConfigurationRecoveryPoint>
-
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName(String backupVaultName) The name of the Amazon Web Services Backup vault that contains the recovery point for the 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 recovery point for the scanned.
- Parameters:
backupVaultName- The name of the Amazon Web Services Backup vault that contains the recovery point for the scanned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-