Struct aws_sdk_opensearch::model::upgrade_step_item::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for UpgradeStepItem
Implementations
One of three steps an upgrade or upgrade eligibility check goes through:
- PreUpgradeCheck
- Snapshot
- Upgrade
One of three steps an upgrade or upgrade eligibility check goes through:
- PreUpgradeCheck
- Snapshot
- Upgrade
The current status of the upgrade. The status can take one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
The current status of the upgrade. The status can take one of the following values:
- In Progress
- Succeeded
- Succeeded with Issues
- Failed
Appends an item to issues
.
To override the contents of this collection use set_issues
.
A list of strings containing detailed information about the errors encountered in a particular step.
A list of strings containing detailed information about the errors encountered in a particular step.
The floating point value representing the progress percentage of a particular step.
The floating point value representing the progress percentage of a particular step.
Consumes the builder and constructs a UpgradeStepItem
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more