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