pub struct Builder { /* private fields */ }
Expand description
A builder for NotificationConfiguration
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn topic_arn(self, input: impl Into<String>) -> Self
pub fn topic_arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) that identifies the topic.
sourcepub fn set_topic_arn(self, input: Option<String>) -> Self
pub fn set_topic_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) that identifies the topic.
sourcepub fn topic_status(self, input: impl Into<String>) -> Self
pub fn topic_status(self, input: impl Into<String>) -> Self
The current state of the topic.
sourcepub fn set_topic_status(self, input: Option<String>) -> Self
pub fn set_topic_status(self, input: Option<String>) -> Self
The current state of the topic.
sourcepub fn build(self) -> NotificationConfiguration
pub fn build(self) -> NotificationConfiguration
Consumes the builder and constructs a NotificationConfiguration
.