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