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