Struct aws_sdk_ec2::model::conversion_task::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for ConversionTask
Implementations
The ID of the conversion task.
The ID of the conversion task.
The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.
The time when the task expires. If the upload isn't complete before the expiration time, we automatically cancel the task.
If the task is for importing an instance, this contains information about the import instance task.
If the task is for importing an instance, this contains information about the import instance task.
If the task is for importing a volume, this contains information about the import volume task.
If the task is for importing a volume, this contains information about the import volume task.
The state of the conversion task.
The state of the conversion task.
The status message related to the conversion task.
The status message related to the conversion task.
Appends an item to tags
.
To override the contents of this collection use set_tags
.
Any tags assigned to the task.
Any tags assigned to the task.
Consumes the builder and constructs a ConversionTask
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