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