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