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