| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreTestingPlanForCreate |
RestoreTestingPlanForCreate.clone() |
RestoreTestingPlanForCreate |
CreateRestoreTestingPlanRequest.getRestoreTestingPlan()
A restore testing plan must contain a unique
RestoreTestingPlanName string you create and must
contain a ScheduleExpression cron. |
RestoreTestingPlanForCreate |
RestoreTestingPlanForCreate.withRecoveryPointSelection(RestoreTestingRecoveryPointSelection recoveryPointSelection)
Required: Algorithm; Required: Recovery point types; IncludeVaults (one or more).
|
RestoreTestingPlanForCreate |
RestoreTestingPlanForCreate.withRestoreTestingPlanName(String restoreTestingPlanName)
The RestoreTestingPlanName is a unique string that is the name of the restore testing plan.
|
RestoreTestingPlanForCreate |
RestoreTestingPlanForCreate.withScheduleExpression(String scheduleExpression)
A CRON expression in specified timezone when a restore testing plan is executed.
|
RestoreTestingPlanForCreate |
RestoreTestingPlanForCreate.withScheduleExpressionTimezone(String scheduleExpressionTimezone)
Optional.
|
RestoreTestingPlanForCreate |
RestoreTestingPlanForCreate.withStartWindowHours(Integer startWindowHours)
Defaults to 24 hours.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateRestoreTestingPlanRequest.setRestoreTestingPlan(RestoreTestingPlanForCreate restoreTestingPlan)
A restore testing plan must contain a unique
RestoreTestingPlanName string you create and must
contain a ScheduleExpression cron. |
CreateRestoreTestingPlanRequest |
CreateRestoreTestingPlanRequest.withRestoreTestingPlan(RestoreTestingPlanForCreate restoreTestingPlan)
A restore testing plan must contain a unique
RestoreTestingPlanName string you create and must
contain a ScheduleExpression cron. |
Copyright © 2023. All rights reserved.