public static final class UpgradePlanSettings.Builder
extends java.lang.Object
UpgradePlanSettings.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
UpgradePlanSettings. |
| Modifier and Type | Method and Description |
|---|---|
UpgradePlanSettings |
build() |
UpgradePlanSettings.Builder |
setParallel(java.lang.Boolean parallel)
Upgrade Method to specify whether the upgrade is to be performed serially or in
parallel
|
UpgradePlanSettings.Builder |
setPauseAfterEachGroup(java.lang.Boolean pauseAfterEachGroup)
Flag to indicate whether to pause the upgrade after upgrade of each group is
completed
|
UpgradePlanSettings.Builder |
setPauseOnError(java.lang.Boolean pauseOnError)
Flag to indicate whether to pause the upgrade plan execution when an error
occurs
|
public Builder()
UpgradePlanSettings.public UpgradePlanSettings.Builder setParallel(java.lang.Boolean parallel)
parallel - New value for the property.public UpgradePlanSettings.Builder setPauseAfterEachGroup(java.lang.Boolean pauseAfterEachGroup)
pauseAfterEachGroup - New value for the property.public UpgradePlanSettings.Builder setPauseOnError(java.lang.Boolean pauseOnError)
pauseOnError - New value for the property.public UpgradePlanSettings build()