public static interface GetUpgradeStatusResponse.Builder extends ElasticsearchResponse.Builder, SdkPojo, CopyableBuilder<GetUpgradeStatusResponse.Builder,GetUpgradeStatusResponse>
Modifier and Type | Method and Description |
---|---|
GetUpgradeStatusResponse.Builder |
stepStatus(String stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse object. |
GetUpgradeStatusResponse.Builder |
stepStatus(UpgradeStatus stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse object. |
GetUpgradeStatusResponse.Builder |
upgradeName(String upgradeName)
A string that describes the update briefly
|
GetUpgradeStatusResponse.Builder |
upgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
GetUpgradeStatusResponse.Builder |
upgradeStep(UpgradeStep upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
GetUpgradeStatusResponse.Builder upgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
upgradeStep
- Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
UpgradeStep
,
UpgradeStep
GetUpgradeStatusResponse.Builder upgradeStep(UpgradeStep upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
upgradeStep
- Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
UpgradeStep
,
UpgradeStep
GetUpgradeStatusResponse.Builder stepStatus(String stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
stepStatus
- One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following
values:
UpgradeStatus
,
UpgradeStatus
GetUpgradeStatusResponse.Builder stepStatus(UpgradeStatus stepStatus)
One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following values:
stepStatus
- One of 4 statuses that a step can go through returned as part of the
GetUpgradeStatusResponse
object. The status can take one of the following
values:
UpgradeStatus
,
UpgradeStatus
GetUpgradeStatusResponse.Builder upgradeName(String upgradeName)
A string that describes the update briefly
upgradeName
- A string that describes the update brieflyCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.