Interface RecoveryPointDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryPointDetails.Builder,,RecoveryPointDetails> SdkBuilder<RecoveryPointDetails.Builder,,RecoveryPointDetails> SdkPojo
- Enclosing class:
RecoveryPointDetails
@Mutable
@NotThreadSafe
public static interface RecoveryPointDetails.Builder
extends SdkPojo, CopyableBuilder<RecoveryPointDetails.Builder,RecoveryPointDetails>
-
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName(String backupVaultName) The name of the backup vault containing the recovery point.default RecoveryPointDetails.BuildercontinuousScanDetails(Consumer<ScanConfigurationContinuousScanDetails.Builder> continuousScanDetails) Sets the value of the ContinuousScanDetails property for this object.continuousScanDetails(ScanConfigurationContinuousScanDetails continuousScanDetails) Sets the value of the ContinuousScanDetails property for this object.recoveryPointArn(String recoveryPointArn) The Amazon Resource Name (ARN) of the recovery point.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
-
recoveryPointArn
The Amazon Resource Name (ARN) of the recovery point.
- Parameters:
recoveryPointArn- The Amazon Resource Name (ARN) of the recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
backupVaultName
The name of the backup vault containing the recovery point.
- Parameters:
backupVaultName- The name of the backup vault containing the recovery point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuousScanDetails
RecoveryPointDetails.Builder continuousScanDetails(ScanConfigurationContinuousScanDetails continuousScanDetails) Sets the value of the ContinuousScanDetails property for this object.- Parameters:
continuousScanDetails- The new value for the ContinuousScanDetails property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
continuousScanDetails
default RecoveryPointDetails.Builder continuousScanDetails(Consumer<ScanConfigurationContinuousScanDetails.Builder> continuousScanDetails) Sets the value of the ContinuousScanDetails property for this object. This is a convenience method that creates an instance of theScanConfigurationContinuousScanDetails.Builderavoiding the need to create one manually viaScanConfigurationContinuousScanDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocontinuousScanDetails(ScanConfigurationContinuousScanDetails).- Parameters:
continuousScanDetails- a consumer that will call methods onScanConfigurationContinuousScanDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-