Struct aws_sdk_elasticache::input::start_migration_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for StartMigrationInput
Implementations
The ID of the replication group to which data should be migrated.
The ID of the replication group to which data should be migrated.
Appends an item to customer_node_endpoint_list
.
To override the contents of this collection use set_customer_node_endpoint_list
.
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
pub fn set_customer_node_endpoint_list(
self,
input: Option<Vec<CustomerNodeEndpoint>>
) -> Self
pub fn set_customer_node_endpoint_list(
self,
input: Option<Vec<CustomerNodeEndpoint>>
) -> Self
List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
Consumes the builder and constructs a StartMigrationInput
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