Class StartDrillPrecheckExecutionOptions.Builder
- java.lang.Object
- 
- com.oracle.bmc.disasterrecovery.model.StartDrillPrecheckExecutionOptions.Builder
 
- 
- Enclosing class:
- StartDrillPrecheckExecutionOptions
 
 public static class StartDrillPrecheckExecutionOptions.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StartDrillPrecheckExecutionOptions.BuilderareWarningsIgnored(Boolean areWarningsIgnored)A flag indicating whether warnings should be ignored during the precheck.StartDrillPrecheckExecutionOptionsbuild()StartDrillPrecheckExecutionOptions.Buildercopy(StartDrillPrecheckExecutionOptions model)
 
- 
- 
- 
Method Detail- 
areWarningsIgnoredpublic StartDrillPrecheckExecutionOptions.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 StartDrillPrecheckExecutionOptions build() 
 - 
copypublic StartDrillPrecheckExecutionOptions.Builder copy(StartDrillPrecheckExecutionOptions model) 
 
- 
 
-