Class LogicallyAirGappedBackupVaultReference.Builder
java.lang.Object
software.amazon.awscdk.services.backup.LogicallyAirGappedBackupVaultReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<LogicallyAirGappedBackupVaultReference>
- Enclosing interface:
LogicallyAirGappedBackupVaultReference
@Stability(Stable)
public static final class LogicallyAirGappedBackupVaultReference.Builder
extends Object
implements software.amazon.jsii.Builder<LogicallyAirGappedBackupVaultReference>
A builder for
LogicallyAirGappedBackupVaultReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbackupVaultName
(String backupVaultName) Sets the value ofLogicallyAirGappedBackupVaultReference.getBackupVaultName()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
backupVaultName
@Stability(Stable) public LogicallyAirGappedBackupVaultReference.Builder backupVaultName(String backupVaultName) Sets the value ofLogicallyAirGappedBackupVaultReference.getBackupVaultName()
- Parameters:
backupVaultName
- The BackupVaultName of the LogicallyAirGappedBackupVault resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<LogicallyAirGappedBackupVaultReference>
- Returns:
- a new instance of
LogicallyAirGappedBackupVaultReference
- Throws:
NullPointerException
- if any required attribute was not provided
-