Class SwitchoverExecutionOptionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.SwitchoverExecutionOptionDetails.Builder
 
- 
- Enclosing class:
- SwitchoverExecutionOptionDetails
 
 public static class SwitchoverExecutionOptionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SwitchoverExecutionOptionDetails.BuilderarePrechecksEnabled(Boolean arePrechecksEnabled)A flag indicating whether prechecks should be executed before the plan execution.SwitchoverExecutionOptionDetails.BuilderareWarningsIgnored(Boolean areWarningsIgnored)A flag indicating whether warnings should be ignored during the switchover.SwitchoverExecutionOptionDetailsbuild()SwitchoverExecutionOptionDetails.Buildercopy(SwitchoverExecutionOptionDetails model)
 
- 
- 
- 
Method Detail- 
arePrechecksEnabledpublic SwitchoverExecutionOptionDetails.Builder arePrechecksEnabled(Boolean arePrechecksEnabled) A flag indicating whether prechecks should be executed before the plan execution.Example: false - Parameters:
- arePrechecksEnabled- the value to set
- Returns:
- this builder
 
 - 
areWarningsIgnoredpublic SwitchoverExecutionOptionDetails.Builder areWarningsIgnored(Boolean areWarningsIgnored) A flag indicating whether warnings should be ignored during the switchover.Example: true - Parameters:
- areWarningsIgnored- the value to set
- Returns:
- this builder
 
 - 
buildpublic SwitchoverExecutionOptionDetails build() 
 - 
copypublic SwitchoverExecutionOptionDetails.Builder copy(SwitchoverExecutionOptionDetails model) 
 
- 
 
-