public static interface GetUpgradeStatusResponse.Builder extends OpenSearchResponse.Builder, SdkPojo, CopyableBuilder<GetUpgradeStatusResponse.Builder,GetUpgradeStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
GetUpgradeStatusResponse.Builder |
stepStatus(String stepStatus)
The status of the current step that an upgrade is on.
|
GetUpgradeStatusResponse.Builder |
stepStatus(UpgradeStatus stepStatus)
The status of the current step that an upgrade is on.
|
GetUpgradeStatusResponse.Builder |
upgradeName(String upgradeName)
A string that describes the update.
|
GetUpgradeStatusResponse.Builder |
upgradeStep(String upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
|
GetUpgradeStatusResponse.Builder |
upgradeStep(UpgradeStep upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetUpgradeStatusResponse.Builder upgradeStep(String upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes through.UpgradeStep,
UpgradeStepGetUpgradeStatusResponse.Builder upgradeStep(UpgradeStep upgradeStep)
One of three steps that an upgrade or upgrade eligibility check goes through.
upgradeStep - One of three steps that an upgrade or upgrade eligibility check goes through.UpgradeStep,
UpgradeStepGetUpgradeStatusResponse.Builder stepStatus(String stepStatus)
The status of the current step that an upgrade is on.
stepStatus - The status of the current step that an upgrade is on.UpgradeStatus,
UpgradeStatusGetUpgradeStatusResponse.Builder stepStatus(UpgradeStatus stepStatus)
The status of the current step that an upgrade is on.
stepStatus - The status of the current step that an upgrade is on.UpgradeStatus,
UpgradeStatusGetUpgradeStatusResponse.Builder upgradeName(String upgradeName)
A string that describes the update.
upgradeName - A string that describes the update.Copyright © 2022. All rights reserved.