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