Struct aws_sdk_databasemigration::operation::update_subscriptions_to_event_bridge::builders::UpdateSubscriptionsToEventBridgeInputBuilder
source · #[non_exhaustive]pub struct UpdateSubscriptionsToEventBridgeInputBuilder { /* private fields */ }
Expand description
A builder for UpdateSubscriptionsToEventBridgeInput
.
Implementations§
source§impl UpdateSubscriptionsToEventBridgeInputBuilder
impl UpdateSubscriptionsToEventBridgeInputBuilder
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
.
Trait Implementations§
source§impl Clone for UpdateSubscriptionsToEventBridgeInputBuilder
impl Clone for UpdateSubscriptionsToEventBridgeInputBuilder
source§fn clone(&self) -> UpdateSubscriptionsToEventBridgeInputBuilder
fn clone(&self) -> UpdateSubscriptionsToEventBridgeInputBuilder
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 UpdateSubscriptionsToEventBridgeInputBuilder
impl Default for UpdateSubscriptionsToEventBridgeInputBuilder
source§fn default() -> UpdateSubscriptionsToEventBridgeInputBuilder
fn default() -> UpdateSubscriptionsToEventBridgeInputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateSubscriptionsToEventBridgeInputBuilder> for UpdateSubscriptionsToEventBridgeInputBuilder
impl PartialEq<UpdateSubscriptionsToEventBridgeInputBuilder> for UpdateSubscriptionsToEventBridgeInputBuilder
source§fn eq(&self, other: &UpdateSubscriptionsToEventBridgeInputBuilder) -> bool
fn eq(&self, other: &UpdateSubscriptionsToEventBridgeInputBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for UpdateSubscriptionsToEventBridgeInputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for UpdateSubscriptionsToEventBridgeInputBuilder
impl Send for UpdateSubscriptionsToEventBridgeInputBuilder
impl Sync for UpdateSubscriptionsToEventBridgeInputBuilder
impl Unpin for UpdateSubscriptionsToEventBridgeInputBuilder
impl UnwindSafe for UpdateSubscriptionsToEventBridgeInputBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more