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