Class SwitchoverPrecheckExecutionOptions.Builder
- java.lang.Object
-
- com.oracle.bmc.disasterrecovery.model.SwitchoverPrecheckExecutionOptions.Builder
-
- Enclosing class:
- SwitchoverPrecheckExecutionOptions
public static class SwitchoverPrecheckExecutionOptions.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SwitchoverPrecheckExecutionOptions.Builder
areWarningsIgnored(Boolean areWarningsIgnored)
A flag indicating whether warnings should be ignored during the precheck.SwitchoverPrecheckExecutionOptions
build()
SwitchoverPrecheckExecutionOptions.Builder
copy(SwitchoverPrecheckExecutionOptions model)
-
-
-
Method Detail
-
areWarningsIgnored
public SwitchoverPrecheckExecutionOptions.Builder areWarningsIgnored(Boolean areWarningsIgnored)
A flag indicating whether warnings should be ignored during the precheck.Example: true
- Parameters:
areWarningsIgnored
- the value to set- Returns:
- this builder
-
build
public SwitchoverPrecheckExecutionOptions build()
-
copy
public SwitchoverPrecheckExecutionOptions.Builder copy(SwitchoverPrecheckExecutionOptions model)
-
-