static RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.builder() |
|
RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.Builder.creationTime(Instant creationTime) |
The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time
(UTC).
|
RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.Builder.lastExecutionTime(Instant lastExecutionTime) |
The last time a restore test was run with the specified restore testing plan.
|
RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.Builder.lastUpdateTime(Instant lastUpdateTime) |
The date and time that the restore testing plan was updated.
|
RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.Builder.restoreTestingPlanArn(String restoreTestingPlanArn) |
An Amazon Resource Name (ARN) that uniquely identifiesa restore testing plan.
|
RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.Builder.restoreTestingPlanName(String restoreTestingPlanName) |
This is the restore testing plan name.
|
RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.Builder.scheduleExpression(String scheduleExpression) |
A CRON expression in specified timezone when a restore testing plan is executed.
|
RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.Builder.scheduleExpressionTimezone(String scheduleExpressionTimezone) |
Optional.
|
RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.Builder.startWindowHours(Integer startWindowHours) |
Defaults to 24 hours.
|
RestoreTestingPlanForList.Builder |
RestoreTestingPlanForList.toBuilder() |
|