| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticsearch.model |
| Modifier and Type | Method and Description |
|---|---|
static UpgradeHistory.Builder |
UpgradeHistory.builder() |
UpgradeHistory.Builder |
UpgradeHistory.Builder.startTimestamp(Instant startTimestamp)
UTC Timestamp at which the Upgrade API call was made in "yyyy-MM-ddTHH:mm:ssZ" format.
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.stepsList(Collection<UpgradeStepItem> stepsList)
A list of
UpgradeStepItem s representing information about each step performed as pard
of a specific Upgrade or Upgrade Eligibility Check. |
UpgradeHistory.Builder |
UpgradeHistory.Builder.stepsList(Consumer<UpgradeStepItem.Builder>... stepsList)
A list of
UpgradeStepItem s representing information about each step performed as pard
of a specific Upgrade or Upgrade Eligibility Check. |
UpgradeHistory.Builder |
UpgradeHistory.Builder.stepsList(UpgradeStepItem... stepsList)
A list of
UpgradeStepItem s representing information about each step performed as pard
of a specific Upgrade or Upgrade Eligibility Check. |
UpgradeHistory.Builder |
UpgradeHistory.toBuilder() |
UpgradeHistory.Builder |
UpgradeHistory.Builder.upgradeName(String upgradeName)
A string that describes the update briefly
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.upgradeStatus(String upgradeStatus)
The overall status of the update.
|
UpgradeHistory.Builder |
UpgradeHistory.Builder.upgradeStatus(UpgradeStatus upgradeStatus)
The overall status of the update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpgradeHistory.Builder> |
UpgradeHistory.serializableBuilderClass() |
Copyright © 2022. All rights reserved.