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