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