Struct aws_sdk_databasemigration::operation::move_replication_task::builders::MoveReplicationTaskInputBuilder
source · #[non_exhaustive]pub struct MoveReplicationTaskInputBuilder { /* private fields */ }Expand description
A builder for MoveReplicationTaskInput.
Implementations§
source§impl MoveReplicationTaskInputBuilder
impl MoveReplicationTaskInputBuilder
sourcepub fn replication_task_arn(self, input: impl Into<String>) -> Self
pub fn replication_task_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the task that you want to move.
sourcepub fn set_replication_task_arn(self, input: Option<String>) -> Self
pub fn set_replication_task_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the task that you want to move.
sourcepub fn target_replication_instance_arn(self, input: impl Into<String>) -> Self
pub fn target_replication_instance_arn(self, input: impl Into<String>) -> Self
The ARN of the replication instance where you want to move the task to.
sourcepub fn set_target_replication_instance_arn(self, input: Option<String>) -> Self
pub fn set_target_replication_instance_arn(self, input: Option<String>) -> Self
The ARN of the replication instance where you want to move the task to.
sourcepub fn build(self) -> Result<MoveReplicationTaskInput, BuildError>
pub fn build(self) -> Result<MoveReplicationTaskInput, BuildError>
Consumes the builder and constructs a MoveReplicationTaskInput.
Trait Implementations§
source§impl Clone for MoveReplicationTaskInputBuilder
impl Clone for MoveReplicationTaskInputBuilder
source§fn clone(&self) -> MoveReplicationTaskInputBuilder
fn clone(&self) -> MoveReplicationTaskInputBuilder
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 MoveReplicationTaskInputBuilder
impl Default for MoveReplicationTaskInputBuilder
source§fn default() -> MoveReplicationTaskInputBuilder
fn default() -> MoveReplicationTaskInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<MoveReplicationTaskInputBuilder> for MoveReplicationTaskInputBuilder
impl PartialEq<MoveReplicationTaskInputBuilder> for MoveReplicationTaskInputBuilder
source§fn eq(&self, other: &MoveReplicationTaskInputBuilder) -> bool
fn eq(&self, other: &MoveReplicationTaskInputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.