Struct aws_sdk_amplifybackend::model::email_settings::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for EmailSettings
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn email_message(self, input: impl Into<String>) -> Self
pub fn email_message(self, input: impl Into<String>) -> Self
The contents of the email message.
sourcepub fn set_email_message(self, input: Option<String>) -> Self
pub fn set_email_message(self, input: Option<String>) -> Self
The contents of the email message.
sourcepub fn email_subject(self, input: impl Into<String>) -> Self
pub fn email_subject(self, input: impl Into<String>) -> Self
The contents of the subject line of the email message.
sourcepub fn set_email_subject(self, input: Option<String>) -> Self
pub fn set_email_subject(self, input: Option<String>) -> Self
The contents of the subject line of the email message.
sourcepub fn build(self) -> EmailSettings
pub fn build(self) -> EmailSettings
Consumes the builder and constructs a EmailSettings
.