static RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.builder() |
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.creationTime(Instant creationTime) |
The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time
(UTC).
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.creatorRequestId(String creatorRequestId) |
This identifies the request and allows failed requests to be retried without the risk of running the
operation twice.
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.lastExecutionTime(Instant lastExecutionTime) |
The last time a restore test was run with the specified restore testing plan.
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.lastUpdateTime(Instant lastUpdateTime) |
The date and time that the restore testing plan was updated.
|
default RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.recoveryPointSelection(Consumer<RestoreTestingRecoveryPointSelection.Builder> recoveryPointSelection) |
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.recoveryPointSelection(RestoreTestingRecoveryPointSelection recoveryPointSelection) |
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.restoreTestingPlanArn(String restoreTestingPlanArn) |
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.restoreTestingPlanName(String restoreTestingPlanName) |
This is the restore testing plan name.
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.scheduleExpression(String scheduleExpression) |
A CRON expression in specified timezone when a restore testing plan is executed.
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.scheduleExpressionTimezone(String scheduleExpressionTimezone) |
Optional.
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.Builder.startWindowHours(Integer startWindowHours) |
Defaults to 24 hours.
|
RestoreTestingPlanForGet.Builder |
RestoreTestingPlanForGet.toBuilder() |
|