pub struct Builder { /* private fields */ }
Expand description
A builder for DeleteEventSubscriptionInput
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn subscription_name(self, input: impl Into<String>) -> Self
pub fn subscription_name(self, input: impl Into<String>) -> Self
The name of the DMS event notification subscription to be deleted.
sourcepub fn set_subscription_name(self, input: Option<String>) -> Self
pub fn set_subscription_name(self, input: Option<String>) -> Self
The name of the DMS event notification subscription to be deleted.
sourcepub fn build(self) -> Result<DeleteEventSubscriptionInput, BuildError>
pub fn build(self) -> Result<DeleteEventSubscriptionInput, BuildError>
Consumes the builder and constructs a DeleteEventSubscriptionInput
.