Struct aws_sdk_ses::operation::verify_domain_identity::builders::VerifyDomainIdentityOutputBuilder
source · #[non_exhaustive]pub struct VerifyDomainIdentityOutputBuilder { /* private fields */ }Expand description
A builder for VerifyDomainIdentityOutput.
Implementations§
source§impl VerifyDomainIdentityOutputBuilder
impl VerifyDomainIdentityOutputBuilder
sourcepub fn verification_token(self, input: impl Into<String>) -> Self
pub fn verification_token(self, input: impl Into<String>) -> Self
A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.
As Amazon SES searches for the TXT record, the domain's verification status is "Pending". When Amazon SES detects the record, the domain's verification status changes to "Success". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to "Failed." In that case, if you still want to verify the domain, you must restart the verification process from the beginning.
sourcepub fn set_verification_token(self, input: Option<String>) -> Self
pub fn set_verification_token(self, input: Option<String>) -> Self
A TXT record that you must place in the DNS settings of the domain to complete domain verification with Amazon SES.
As Amazon SES searches for the TXT record, the domain's verification status is "Pending". When Amazon SES detects the record, the domain's verification status changes to "Success". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to "Failed." In that case, if you still want to verify the domain, you must restart the verification process from the beginning.
sourcepub fn build(self) -> VerifyDomainIdentityOutput
pub fn build(self) -> VerifyDomainIdentityOutput
Consumes the builder and constructs a VerifyDomainIdentityOutput.
Trait Implementations§
source§impl Clone for VerifyDomainIdentityOutputBuilder
impl Clone for VerifyDomainIdentityOutputBuilder
source§fn clone(&self) -> VerifyDomainIdentityOutputBuilder
fn clone(&self) -> VerifyDomainIdentityOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for VerifyDomainIdentityOutputBuilder
impl Default for VerifyDomainIdentityOutputBuilder
source§fn default() -> VerifyDomainIdentityOutputBuilder
fn default() -> VerifyDomainIdentityOutputBuilder
source§impl PartialEq<VerifyDomainIdentityOutputBuilder> for VerifyDomainIdentityOutputBuilder
impl PartialEq<VerifyDomainIdentityOutputBuilder> for VerifyDomainIdentityOutputBuilder
source§fn eq(&self, other: &VerifyDomainIdentityOutputBuilder) -> bool
fn eq(&self, other: &VerifyDomainIdentityOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.