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