Struct aws_sdk_databasemigration::input::update_subscriptions_to_event_bridge_input::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for UpdateSubscriptionsToEventBridgeInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn force_move(self, input: bool) -> Self
pub fn force_move(self, input: bool) -> Self
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.
sourcepub fn set_force_move(self, input: Option<bool>) -> Self
pub fn set_force_move(self, input: Option<bool>) -> Self
When set to true, this operation migrates DMS subscriptions for Amazon SNS notifications no matter what your replication instance version is. If not set or set to false, this operation runs only when all your replication instances are from DMS version 3.4.6 or higher.
sourcepub fn build(self) -> Result<UpdateSubscriptionsToEventBridgeInput, BuildError>
pub fn build(self) -> Result<UpdateSubscriptionsToEventBridgeInput, BuildError>
Consumes the builder and constructs a UpdateSubscriptionsToEventBridgeInput
.