Struct aws_sdk_migrationhub::operation::associate_created_artifact::builders::AssociateCreatedArtifactInputBuilder
source · #[non_exhaustive]pub struct AssociateCreatedArtifactInputBuilder { /* private fields */ }Expand description
A builder for AssociateCreatedArtifactInput.
Implementations§
source§impl AssociateCreatedArtifactInputBuilder
impl AssociateCreatedArtifactInputBuilder
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 created_artifact(self, input: CreatedArtifact) -> Self
pub fn created_artifact(self, input: CreatedArtifact) -> Self
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
sourcepub fn set_created_artifact(self, input: Option<CreatedArtifact>) -> Self
pub fn set_created_artifact(self, input: Option<CreatedArtifact>) -> Self
An ARN of the AWS resource related to the migration (e.g., AMI, EC2 instance, RDS instance, etc.)
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<AssociateCreatedArtifactInput, BuildError>
pub fn build(self) -> Result<AssociateCreatedArtifactInput, BuildError>
Consumes the builder and constructs a AssociateCreatedArtifactInput.
Trait Implementations§
source§impl Clone for AssociateCreatedArtifactInputBuilder
impl Clone for AssociateCreatedArtifactInputBuilder
source§fn clone(&self) -> AssociateCreatedArtifactInputBuilder
fn clone(&self) -> AssociateCreatedArtifactInputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for AssociateCreatedArtifactInputBuilder
impl Default for AssociateCreatedArtifactInputBuilder
source§fn default() -> AssociateCreatedArtifactInputBuilder
fn default() -> AssociateCreatedArtifactInputBuilder
source§impl PartialEq<AssociateCreatedArtifactInputBuilder> for AssociateCreatedArtifactInputBuilder
impl PartialEq<AssociateCreatedArtifactInputBuilder> for AssociateCreatedArtifactInputBuilder
source§fn eq(&self, other: &AssociateCreatedArtifactInputBuilder) -> bool
fn eq(&self, other: &AssociateCreatedArtifactInputBuilder) -> bool
self and other values to be equal, and is used
by ==.