Struct aws_sdk_ec2::model::export_task::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ExportTask
Implementations
A description of the resource being exported.
A description of the resource being exported.
The ID of the export task.
The ID of the export task.
Information about the export task.
Information about the export task.
Information about the instance to export.
Information about the instance to export.
The state of the export task.
The state of the export task.
The status message related to the export task.
The status message related to the export task.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the export task.
The tags for the export task.
Consumes the builder and constructs a ExportTask
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