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