Package com.oracle.bmc.goldengate.model
Class DisasterRecoveryPrecheckReport.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.DisasterRecoveryPrecheckReport.Builder
-
- Enclosing class:
- DisasterRecoveryPrecheckReport
public static class DisasterRecoveryPrecheckReport.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DisasterRecoveryPrecheckReportbuild()DisasterRecoveryPrecheckReport.Builderchecks(List<DisasterRecoveryPrecheckResult> checks)A list of precheck results.DisasterRecoveryPrecheckReport.Buildercopy(DisasterRecoveryPrecheckReport model)DisasterRecoveryPrecheckReport.BuilderprecheckStatus(PrecheckStatus precheckStatus)Status of the DR precheck result.DisasterRecoveryPrecheckReport.BuildertimePrecheckFinished(Date timePrecheckFinished)The timestamp when pre-check operation finished.DisasterRecoveryPrecheckReport.BuildertimePrecheckStarted(Date timePrecheckStarted)The timestamp when pre-check started.
-
-
-
Method Detail
-
timePrecheckStarted
public DisasterRecoveryPrecheckReport.Builder timePrecheckStarted(Date timePrecheckStarted)
The timestamp when pre-check started.The format is defined by RFC3339, such as 2024-10-26T20:19:29.600Z.
- Parameters:
timePrecheckStarted- the value to set- Returns:
- this builder
-
timePrecheckFinished
public DisasterRecoveryPrecheckReport.Builder timePrecheckFinished(Date timePrecheckFinished)
The timestamp when pre-check operation finished.The format is defined by RFC3339, such as 2024-10-26T20:19:29.600Z.
- Parameters:
timePrecheckFinished- the value to set- Returns:
- this builder
-
precheckStatus
public DisasterRecoveryPrecheckReport.Builder precheckStatus(PrecheckStatus precheckStatus)
Status of the DR precheck result.- Parameters:
precheckStatus- the value to set- Returns:
- this builder
-
checks
public DisasterRecoveryPrecheckReport.Builder checks(List<DisasterRecoveryPrecheckResult> checks)
A list of precheck results.- Parameters:
checks- the value to set- Returns:
- this builder
-
build
public DisasterRecoveryPrecheckReport build()
-
copy
public DisasterRecoveryPrecheckReport.Builder copy(DisasterRecoveryPrecheckReport model)
-
-