Struct aws_sdk_amplifybackend::types::builders::UpdateBackendAuthVerificationMessageConfigBuilder
source · #[non_exhaustive]pub struct UpdateBackendAuthVerificationMessageConfigBuilder { /* private fields */ }Expand description
A builder for UpdateBackendAuthVerificationMessageConfig.
Implementations§
source§impl UpdateBackendAuthVerificationMessageConfigBuilder
impl UpdateBackendAuthVerificationMessageConfigBuilder
sourcepub fn delivery_method(self, input: DeliveryMethod) -> Self
pub fn delivery_method(self, input: DeliveryMethod) -> Self
The type of verification message to send.
sourcepub fn set_delivery_method(self, input: Option<DeliveryMethod>) -> Self
pub fn set_delivery_method(self, input: Option<DeliveryMethod>) -> Self
The type of verification message to send.
sourcepub fn email_settings(self, input: EmailSettings) -> Self
pub fn email_settings(self, input: EmailSettings) -> Self
The settings for the email message.
sourcepub fn set_email_settings(self, input: Option<EmailSettings>) -> Self
pub fn set_email_settings(self, input: Option<EmailSettings>) -> Self
The settings for the email message.
sourcepub fn sms_settings(self, input: SmsSettings) -> Self
pub fn sms_settings(self, input: SmsSettings) -> Self
The settings for the SMS message.
sourcepub fn set_sms_settings(self, input: Option<SmsSettings>) -> Self
pub fn set_sms_settings(self, input: Option<SmsSettings>) -> Self
The settings for the SMS message.
sourcepub fn build(self) -> UpdateBackendAuthVerificationMessageConfig
pub fn build(self) -> UpdateBackendAuthVerificationMessageConfig
Consumes the builder and constructs a UpdateBackendAuthVerificationMessageConfig.
Trait Implementations§
source§impl Clone for UpdateBackendAuthVerificationMessageConfigBuilder
impl Clone for UpdateBackendAuthVerificationMessageConfigBuilder
source§fn clone(&self) -> UpdateBackendAuthVerificationMessageConfigBuilder
fn clone(&self) -> UpdateBackendAuthVerificationMessageConfigBuilder
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 UpdateBackendAuthVerificationMessageConfigBuilder
impl Default for UpdateBackendAuthVerificationMessageConfigBuilder
source§fn default() -> UpdateBackendAuthVerificationMessageConfigBuilder
fn default() -> UpdateBackendAuthVerificationMessageConfigBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<UpdateBackendAuthVerificationMessageConfigBuilder> for UpdateBackendAuthVerificationMessageConfigBuilder
impl PartialEq<UpdateBackendAuthVerificationMessageConfigBuilder> for UpdateBackendAuthVerificationMessageConfigBuilder
source§fn eq(&self, other: &UpdateBackendAuthVerificationMessageConfigBuilder) -> bool
fn eq(&self, other: &UpdateBackendAuthVerificationMessageConfigBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.