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