Uses of Interface
software.amazon.awssdk.services.elasticsearch.model.GetUpgradeStatusResponse.Builder
-
Packages that use GetUpgradeStatusResponse.Builder Package Description software.amazon.awssdk.services.elasticsearch.model -
-
Uses of GetUpgradeStatusResponse.Builder in software.amazon.awssdk.services.elasticsearch.model
Methods in software.amazon.awssdk.services.elasticsearch.model that return GetUpgradeStatusResponse.Builder Modifier and Type Method Description static GetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse. builder()GetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse.Builder. stepStatus(String stepStatus)One of 4 statuses that a step can go through returned as part of theGetUpgradeStatusResponseobject.GetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse.Builder. stepStatus(UpgradeStatus stepStatus)One of 4 statuses that a step can go through returned as part of theGetUpgradeStatusResponseobject.GetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse. toBuilder()GetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse.Builder. upgradeName(String upgradeName)A string that describes the update brieflyGetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse.Builder. upgradeStep(String upgradeStep)Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot UpgradeGetUpgradeStatusResponse.BuilderGetUpgradeStatusResponse.Builder. upgradeStep(UpgradeStep upgradeStep)Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot UpgradeMethods in software.amazon.awssdk.services.elasticsearch.model that return types with arguments of type GetUpgradeStatusResponse.Builder Modifier and Type Method Description static Class<? extends GetUpgradeStatusResponse.Builder>GetUpgradeStatusResponse. serializableBuilderClass()
-