public static class StopDrillExecutionOptionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
StopDrillExecutionOptionDetails.Builder |
arePrechecksEnabled(Boolean arePrechecksEnabled)
A flag indicating whether prechecks should be executed before the plan execution.
|
StopDrillExecutionOptionDetails.Builder |
areWarningsIgnored(Boolean areWarningsIgnored)
A flag indicating whether warnings should be ignored during the plan execution.
|
StopDrillExecutionOptionDetails |
build() |
StopDrillExecutionOptionDetails.Builder |
copy(StopDrillExecutionOptionDetails model) |
public StopDrillExecutionOptionDetails.Builder arePrechecksEnabled(Boolean arePrechecksEnabled)
A flag indicating whether prechecks should be executed before the plan execution.
Example: false
arePrechecksEnabled
- the value to setpublic StopDrillExecutionOptionDetails.Builder areWarningsIgnored(Boolean areWarningsIgnored)
A flag indicating whether warnings should be ignored during the plan execution.
Example: true
areWarningsIgnored
- the value to setpublic StopDrillExecutionOptionDetails build()
public StopDrillExecutionOptionDetails.Builder copy(StopDrillExecutionOptionDetails model)
Copyright © 2016–2024. All rights reserved.