pub struct Builder { /* private fields */ }Expand description
A builder for GetUpgradeStatusOutput.
Implementations§
source§impl Builder
impl Builder
sourcepub fn upgrade_step(self, input: UpgradeStep) -> Self
pub fn upgrade_step(self, input: UpgradeStep) -> Self
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
sourcepub fn set_upgrade_step(self, input: Option<UpgradeStep>) -> Self
pub fn set_upgrade_step(self, input: Option<UpgradeStep>) -> Self
Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through:
- PreUpgradeCheck
- Snapshot
- Upgrade
sourcepub fn step_status(self, input: UpgradeStatus) -> Self
pub fn step_status(self, input: UpgradeStatus) -> Self
One of 4 statuses that a step can go through returned as part of the object. The status can take one of the following values: GetUpgradeStatusResponse
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
sourcepub fn set_step_status(self, input: Option<UpgradeStatus>) -> Self
pub fn set_step_status(self, input: Option<UpgradeStatus>) -> Self
One of 4 statuses that a step can go through returned as part of the object. The status can take one of the following values: GetUpgradeStatusResponse
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
sourcepub fn upgrade_name(self, input: impl Into<String>) -> Self
pub fn upgrade_name(self, input: impl Into<String>) -> Self
A string that describes the update briefly
sourcepub fn set_upgrade_name(self, input: Option<String>) -> Self
pub fn set_upgrade_name(self, input: Option<String>) -> Self
A string that describes the update briefly
sourcepub fn build(self) -> GetUpgradeStatusOutput
pub fn build(self) -> GetUpgradeStatusOutput
Consumes the builder and constructs a GetUpgradeStatusOutput.