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