Interface RestoreTestingSelectionReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
RestoreTestingSelectionReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.427Z")
@Stability(Stable)
public interface RestoreTestingSelectionReference
extends software.amazon.jsii.JsiiSerializable
A reference to a RestoreTestingSelection resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.backup.*;
RestoreTestingSelectionReference restoreTestingSelectionReference = RestoreTestingSelectionReference.builder()
.restoreTestingPlanName("restoreTestingPlanName")
.restoreTestingSelectionName("restoreTestingSelectionName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forRestoreTestingSelectionReferencestatic final classAn implementation forRestoreTestingSelectionReference -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The RestoreTestingPlanName of the RestoreTestingSelection resource.The RestoreTestingSelectionName of the RestoreTestingSelection resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRestoreTestingPlanName
The RestoreTestingPlanName of the RestoreTestingSelection resource. -
getRestoreTestingSelectionName
The RestoreTestingSelectionName of the RestoreTestingSelection resource. -
builder
-