Struct aws_sdk_migrationhub::operation::import_migration_task::builders::ImportMigrationTaskInputBuilder
source · #[non_exhaustive]pub struct ImportMigrationTaskInputBuilder { /* private fields */ }Expand description
A builder for ImportMigrationTaskInput.
Implementations§
source§impl ImportMigrationTaskInputBuilder
impl ImportMigrationTaskInputBuilder
sourcepub fn progress_update_stream(self, input: impl Into<String>) -> Self
pub fn progress_update_stream(self, input: impl Into<String>) -> Self
The name of the ProgressUpdateStream. >
sourcepub fn set_progress_update_stream(self, input: Option<String>) -> Self
pub fn set_progress_update_stream(self, input: Option<String>) -> Self
The name of the ProgressUpdateStream. >
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 dry_run(self, input: bool) -> Self
pub fn dry_run(self, input: bool) -> Self
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
sourcepub fn set_dry_run(self, input: Option<bool>) -> Self
pub fn set_dry_run(self, input: Option<bool>) -> Self
Optional boolean flag to indicate whether any effect should take place. Used to test if the caller has permission to make the call.
sourcepub fn build(self) -> Result<ImportMigrationTaskInput, BuildError>
pub fn build(self) -> Result<ImportMigrationTaskInput, BuildError>
Consumes the builder and constructs a ImportMigrationTaskInput.
Trait Implementations§
source§impl Clone for ImportMigrationTaskInputBuilder
impl Clone for ImportMigrationTaskInputBuilder
source§fn clone(&self) -> ImportMigrationTaskInputBuilder
fn clone(&self) -> ImportMigrationTaskInputBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for ImportMigrationTaskInputBuilder
impl Default for ImportMigrationTaskInputBuilder
source§fn default() -> ImportMigrationTaskInputBuilder
fn default() -> ImportMigrationTaskInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<ImportMigrationTaskInputBuilder> for ImportMigrationTaskInputBuilder
impl PartialEq<ImportMigrationTaskInputBuilder> for ImportMigrationTaskInputBuilder
source§fn eq(&self, other: &ImportMigrationTaskInputBuilder) -> bool
fn eq(&self, other: &ImportMigrationTaskInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.