static UpgradeHistory.Builder |
UpgradeHistory.builder() |
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.startTimestamp(Instant startTimestamp) |
UTC timestamp at which the upgrade API call was made, in the format yyyy-MM-ddTHH:mm:ssZ.
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.stepsList(Collection<UpgradeStepItem> stepsList) |
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.stepsList(Consumer<UpgradeStepItem.Builder>... stepsList) |
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.stepsList(UpgradeStepItem... stepsList) |
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
|
UpgradeHistory.Builder |
UpgradeHistory.toBuilder() |
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.upgradeName(String upgradeName) |
A string that describes the upgrade.
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.upgradeStatus(String upgradeStatus) |
The current status of the upgrade.
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.upgradeStatus(UpgradeStatus upgradeStatus) |
The current status of the upgrade.
|