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