Struct aws_sdk_ec2::model::bundle_task::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for BundleTask
Implementations
The ID of the bundle task.
If the task fails, a description of the error.
If the task fails, a description of the error.
The ID of the instance associated with this bundle task.
The ID of the instance associated with this bundle task.
The level of task completion, as a percent (for example, 20%).
The level of task completion, as a percent (for example, 20%).
The time this task started.
The time this task started.
The state of the task.
The state of the task.
The Amazon S3 storage locations.
The time of the most recent update for the task.
The time of the most recent update for the task.
Consumes the builder and constructs a BundleTask
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