Uses of Interface
software.amazon.awssdk.services.backup.model.RestoreTestingPlanForUpdate.Builder
-
Packages that use RestoreTestingPlanForUpdate.Builder Package Description software.amazon.awssdk.services.backup.model -
-
Uses of RestoreTestingPlanForUpdate.Builder in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return RestoreTestingPlanForUpdate.Builder Modifier and Type Method Description static RestoreTestingPlanForUpdate.BuilderRestoreTestingPlanForUpdate. builder()default RestoreTestingPlanForUpdate.BuilderRestoreTestingPlanForUpdate.Builder. recoveryPointSelection(Consumer<RestoreTestingRecoveryPointSelection.Builder> recoveryPointSelection)Required:Algorithm;RecoveryPointTypes;IncludeVaults(one or more).RestoreTestingPlanForUpdate.BuilderRestoreTestingPlanForUpdate.Builder. recoveryPointSelection(RestoreTestingRecoveryPointSelection recoveryPointSelection)Required:Algorithm;RecoveryPointTypes;IncludeVaults(one or more).RestoreTestingPlanForUpdate.BuilderRestoreTestingPlanForUpdate.Builder. scheduleExpression(String scheduleExpression)A CRON expression in specified timezone when a restore testing plan is executed.RestoreTestingPlanForUpdate.BuilderRestoreTestingPlanForUpdate.Builder. scheduleExpressionTimezone(String scheduleExpressionTimezone)Optional.RestoreTestingPlanForUpdate.BuilderRestoreTestingPlanForUpdate.Builder. startWindowHours(Integer startWindowHours)Defaults to 24 hours.RestoreTestingPlanForUpdate.BuilderRestoreTestingPlanForUpdate. toBuilder()Methods in software.amazon.awssdk.services.backup.model that return types with arguments of type RestoreTestingPlanForUpdate.Builder Modifier and Type Method Description static Class<? extends RestoreTestingPlanForUpdate.Builder>RestoreTestingPlanForUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.backup.model with type arguments of type RestoreTestingPlanForUpdate.Builder Modifier and Type Method Description default UpdateRestoreTestingPlanRequest.BuilderUpdateRestoreTestingPlanRequest.Builder. restoreTestingPlan(Consumer<RestoreTestingPlanForUpdate.Builder> restoreTestingPlan)Specifies the body of a restore testing plan.
-