Struct aws_sdk_ec2::input::create_instance_export_task_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for CreateInstanceExportTaskInput
Implementations
A description for the conversion task or the resource being exported. The maximum length is 255 characters.
A description for the conversion task or the resource being exported. The maximum length is 255 characters.
The format and location for an export instance task.
The format and location for an export instance task.
The ID of the instance.
The ID of the instance.
The target virtualization environment.
The target virtualization environment.
Appends an item to tag_specifications
.
To override the contents of this collection use set_tag_specifications
.
The tags to apply to the export instance task during creation.
The tags to apply to the export instance task during creation.
Consumes the builder and constructs a CreateInstanceExportTaskInput
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