public static interface UpgradeStepItem.Builder extends SdkPojo, CopyableBuilder<UpgradeStepItem.Builder,UpgradeStepItem>
| Modifier and Type | Method and Description |
|---|---|
UpgradeStepItem.Builder |
issues(Collection<String> issues)
A list of strings containing detailed information about the errors encountered in a particular step.
|
UpgradeStepItem.Builder |
issues(String... issues)
A list of strings containing detailed information about the errors encountered in a particular step.
|
UpgradeStepItem.Builder |
progressPercent(Double progressPercent)
The Floating point value representing progress percentage of a particular step.
|
UpgradeStepItem.Builder |
upgradeStep(String upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
UpgradeStepItem.Builder |
upgradeStep(UpgradeStep upgradeStep)
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
PreUpgradeCheck
Snapshot
Upgrade
|
UpgradeStepItem.Builder |
upgradeStepStatus(String upgradeStepStatus)
The status of a particular step during an upgrade.
|
UpgradeStepItem.Builder |
upgradeStepStatus(UpgradeStatus upgradeStepStatus)
The status of a particular step during an upgrade.
|
copyapplyMutation, buildUpgradeStepItem.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,
UpgradeStepUpgradeStepItem.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,
UpgradeStepUpgradeStepItem.Builder upgradeStepStatus(String upgradeStepStatus)
The status of a particular step during an upgrade. The status can take one of the following values:
upgradeStepStatus - The status of a particular step during an upgrade. The status can take one of the following values:
UpgradeStatus,
UpgradeStatusUpgradeStepItem.Builder upgradeStepStatus(UpgradeStatus upgradeStepStatus)
The status of a particular step during an upgrade. The status can take one of the following values:
upgradeStepStatus - The status of a particular step during an upgrade. The status can take one of the following values:
UpgradeStatus,
UpgradeStatusUpgradeStepItem.Builder issues(Collection<String> issues)
A list of strings containing detailed information about the errors encountered in a particular step.
issues - A list of strings containing detailed information about the errors encountered in a particular step.UpgradeStepItem.Builder issues(String... issues)
A list of strings containing detailed information about the errors encountered in a particular step.
issues - A list of strings containing detailed information about the errors encountered in a particular step.UpgradeStepItem.Builder progressPercent(Double progressPercent)
The Floating point value representing progress percentage of a particular step.
progressPercent - The Floating point value representing progress percentage of a particular step.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.