public static interface UpgradeStepItem.Builder extends SdkPojo, CopyableBuilder<UpgradeStepItem.Builder,UpgradeStepItem>
| Modifier and Type | Method and Description |
|---|---|
UpgradeStepItem.Builder |
issues(Collection<String> issues)
A list of strings containing detailed information about the errors encountered in a particular step.
|
UpgradeStepItem.Builder |
issues(String... issues)
A list of strings containing detailed information about the errors encountered in a particular step.
|
UpgradeStepItem.Builder |
progressPercent(Double progressPercent)
The floating point value representing the progress percentage of a particular step.
|
UpgradeStepItem.Builder |
upgradeStep(String upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through:
|
UpgradeStepItem.Builder |
upgradeStep(UpgradeStep upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through:
|
UpgradeStepItem.Builder |
upgradeStepStatus(String upgradeStepStatus)
The current status of the upgrade.
|
UpgradeStepItem.Builder |
upgradeStepStatus(UpgradeStatus upgradeStepStatus)
The current status of the upgrade.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpgradeStepItem.Builder upgradeStep(String upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
UpgradeStep,
UpgradeStepUpgradeStepItem.Builder upgradeStep(UpgradeStep upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes through:
PreUpgradeCheck
Snapshot
Upgrade
UpgradeStep,
UpgradeStepUpgradeStepItem.Builder upgradeStepStatus(String upgradeStepStatus)
The current status of the upgrade. The status can take one of the following values:
In Progress
Succeeded
Succeeded with Issues
Failed
upgradeStepStatus - The current status of the upgrade. The status can take one of the following values:
In Progress
Succeeded
Succeeded with Issues
Failed
UpgradeStatus,
UpgradeStatusUpgradeStepItem.Builder upgradeStepStatus(UpgradeStatus upgradeStepStatus)
The current status of the upgrade. The status can take one of the following values:
In Progress
Succeeded
Succeeded with Issues
Failed
upgradeStepStatus - The current status of the upgrade. The status can take one of the following values:
In Progress
Succeeded
Succeeded with Issues
Failed
UpgradeStatus,
UpgradeStatusUpgradeStepItem.Builder issues(Collection<String> issues)
A list of strings containing detailed information about the errors encountered in a particular step.
issues - A list of strings containing detailed information about the errors encountered in a particular step.UpgradeStepItem.Builder issues(String... issues)
A list of strings containing detailed information about the errors encountered in a particular step.
issues - A list of strings containing detailed information about the errors encountered in a particular step.UpgradeStepItem.Builder progressPercent(Double progressPercent)
The floating point value representing the progress percentage of a particular step.
progressPercent - The floating point value representing the progress percentage of a particular step.Copyright © 2023. All rights reserved.