pub struct Builder { /* private fields */ }
Expand description
A builder for NotificationConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn notification_topic_arn(self, input: impl Into<String>) -> Self
pub fn notification_topic_arn(self, input: impl Into<String>) -> Self
The ARN for the Amazon SNS topic to which notifications should be published.
sourcepub fn set_notification_topic_arn(self, input: Option<String>) -> Self
pub fn set_notification_topic_arn(self, input: Option<String>) -> Self
The ARN for the Amazon SNS topic to which notifications should be published.
sourcepub fn build(self) -> NotificationConfiguration
pub fn build(self) -> NotificationConfiguration
Consumes the builder and constructs a NotificationConfiguration
.