Struct aws_sdk_migrationhub::model::migration_task::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }Expand description
A builder for MigrationTask
Implementations
A name that identifies the vendor of the migration tool being used.
A name that identifies the vendor of the migration tool being used.
Unique identifier that references the migration task. Do not store personal data in this field.
Unique identifier that references the migration task. Do not store personal data in this field.
The timestamp when the task was gathered.
The timestamp when the task was gathered.
Appends an item to resource_attribute_list.
To override the contents of this collection use set_resource_attribute_list.
Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service repository.
Information about the resource that is being migrated. This data will be used to map the task to a resource in the Application Discovery Service repository.
Consumes the builder and constructs a MigrationTask
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