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