public static interface UpgradeHistory.Builder extends SdkPojo, CopyableBuilder<UpgradeHistory.Builder,UpgradeHistory>
| Modifier and Type | Method and Description |
|---|---|
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 |
stepsList(Collection<UpgradeStepItem> stepsList)
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
|
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 |
stepsList(UpgradeStepItem... stepsList)
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
|
UpgradeHistory.Builder |
upgradeName(String upgradeName)
A string that describes the upgrade.
|
UpgradeHistory.Builder |
upgradeStatus(String upgradeStatus)
The current status of the upgrade.
|
UpgradeHistory.Builder |
upgradeStatus(UpgradeStatus upgradeStatus)
The current status of the upgrade.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUpgradeHistory.Builder upgradeName(String upgradeName)
A string that describes the upgrade.
upgradeName - A string that describes the upgrade.UpgradeHistory.Builder startTimestamp(Instant startTimestamp)
UTC timestamp at which the upgrade API call was made, in the format yyyy-MM-ddTHH:mm:ssZ.
startTimestamp - UTC timestamp at which the upgrade API call was made, in the format yyyy-MM-ddTHH:mm:ssZ.UpgradeHistory.Builder upgradeStatus(String upgradeStatus)
The current status of the upgrade. The status can take one of the following values:
In Progress
Succeeded
Succeeded with Issues
Failed
upgradeStatus - The current status of the upgrade. The status can take one of the following values:
In Progress
Succeeded
Succeeded with Issues
Failed
UpgradeStatus,
UpgradeStatusUpgradeHistory.Builder upgradeStatus(UpgradeStatus upgradeStatus)
The current status of the upgrade. The status can take one of the following values:
In Progress
Succeeded
Succeeded with Issues
Failed
upgradeStatus - The current status of the upgrade. The status can take one of the following values:
In Progress
Succeeded
Succeeded with Issues
Failed
UpgradeStatus,
UpgradeStatusUpgradeHistory.Builder stepsList(Collection<UpgradeStepItem> stepsList)
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
stepsList - A list of each step performed as part of a specific upgrade or upgrade eligibility check.UpgradeHistory.Builder stepsList(UpgradeStepItem... stepsList)
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
stepsList - A list of each step performed as part of a specific upgrade or upgrade eligibility check.UpgradeHistory.Builder stepsList(Consumer<UpgradeStepItem.Builder>... stepsList)
A list of each step performed as part of a specific upgrade or upgrade eligibility check.
This is a convenience method that creates an instance of theUpgradeStepItem.Builder avoiding the need to create
one manually via UpgradeStepItem.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #stepsList(List.
stepsList - a consumer that will call methods on
UpgradeStepItem.Builder#stepsList(java.util.Collection) Copyright © 2023. All rights reserved.