Struct aws_sdk_ec2::model::import_snapshot_task::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ImportSnapshotTask
Implementations
A description of the import snapshot task.
A description of the import snapshot task.
The ID of the import snapshot task.
The ID of the import snapshot task.
Describes an import snapshot task.
Describes an import snapshot task.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
The tags for the import snapshot task.
The tags for the import snapshot task.
Consumes the builder and constructs a ImportSnapshotTask
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