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