Struct aws_sdk_migrationhub::model::migration_task_summary::Builder
source · pub struct Builder { /* private fields */ }Expand description
A builder for MigrationTaskSummary.
Implementations§
source§impl Builder
impl Builder
sourcepub fn progress_update_stream(self, input: impl Into<String>) -> Self
pub fn progress_update_stream(self, input: impl Into<String>) -> Self
An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
sourcepub fn set_progress_update_stream(self, input: Option<String>) -> Self
pub fn set_progress_update_stream(self, input: Option<String>) -> Self
An AWS resource used for access control. It should uniquely identify the migration tool as it is used for all updates made by the tool.
sourcepub fn migration_task_name(self, input: impl Into<String>) -> Self
pub fn migration_task_name(self, input: impl Into<String>) -> Self
Unique identifier that references the migration task. Do not store personal data in this field.
sourcepub fn set_migration_task_name(self, input: Option<String>) -> Self
pub fn set_migration_task_name(self, input: Option<String>) -> Self
Unique identifier that references the migration task. Do not store personal data in this field.
sourcepub fn set_status(self, input: Option<Status>) -> Self
pub fn set_status(self, input: Option<Status>) -> Self
Status of the task.
sourcepub fn progress_percent(self, input: i32) -> Self
pub fn progress_percent(self, input: i32) -> Self
Indication of the percentage completion of the task.
sourcepub fn set_progress_percent(self, input: Option<i32>) -> Self
pub fn set_progress_percent(self, input: Option<i32>) -> Self
Indication of the percentage completion of the task.
sourcepub fn status_detail(self, input: impl Into<String>) -> Self
pub fn status_detail(self, input: impl Into<String>) -> Self
Detail information of what is being done within the overall status state.
sourcepub fn set_status_detail(self, input: Option<String>) -> Self
pub fn set_status_detail(self, input: Option<String>) -> Self
Detail information of what is being done within the overall status state.
sourcepub fn update_date_time(self, input: DateTime) -> Self
pub fn update_date_time(self, input: DateTime) -> Self
The timestamp when the task was gathered.
sourcepub fn set_update_date_time(self, input: Option<DateTime>) -> Self
pub fn set_update_date_time(self, input: Option<DateTime>) -> Self
The timestamp when the task was gathered.
sourcepub fn build(self) -> MigrationTaskSummary
pub fn build(self) -> MigrationTaskSummary
Consumes the builder and constructs a MigrationTaskSummary.