Struct aws_sdk_sesv2::operation::create_email_identity::builders::CreateEmailIdentityOutputBuilder
source · #[non_exhaustive]pub struct CreateEmailIdentityOutputBuilder { /* private fields */ }Expand description
A builder for CreateEmailIdentityOutput.
Implementations§
source§impl CreateEmailIdentityOutputBuilder
impl CreateEmailIdentityOutputBuilder
sourcepub fn identity_type(self, input: IdentityType) -> Self
pub fn identity_type(self, input: IdentityType) -> Self
The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
sourcepub fn set_identity_type(self, input: Option<IdentityType>) -> Self
pub fn set_identity_type(self, input: Option<IdentityType>) -> Self
The email identity type. Note: the MANAGED_DOMAIN identity type is not supported.
sourcepub fn verified_for_sending_status(self, input: bool) -> Self
pub fn verified_for_sending_status(self, input: bool) -> Self
Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
sourcepub fn set_verified_for_sending_status(self, input: Option<bool>) -> Self
pub fn set_verified_for_sending_status(self, input: Option<bool>) -> Self
Specifies whether or not the identity is verified. You can only send email from verified email addresses or domains. For more information about verifying identities, see the Amazon Pinpoint User Guide.
sourcepub fn dkim_attributes(self, input: DkimAttributes) -> Self
pub fn dkim_attributes(self, input: DkimAttributes) -> Self
An object that contains information about the DKIM attributes for the identity.
sourcepub fn set_dkim_attributes(self, input: Option<DkimAttributes>) -> Self
pub fn set_dkim_attributes(self, input: Option<DkimAttributes>) -> Self
An object that contains information about the DKIM attributes for the identity.
sourcepub fn build(self) -> CreateEmailIdentityOutput
pub fn build(self) -> CreateEmailIdentityOutput
Consumes the builder and constructs a CreateEmailIdentityOutput.
Trait Implementations§
source§impl Clone for CreateEmailIdentityOutputBuilder
impl Clone for CreateEmailIdentityOutputBuilder
source§fn clone(&self) -> CreateEmailIdentityOutputBuilder
fn clone(&self) -> CreateEmailIdentityOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for CreateEmailIdentityOutputBuilder
impl Default for CreateEmailIdentityOutputBuilder
source§fn default() -> CreateEmailIdentityOutputBuilder
fn default() -> CreateEmailIdentityOutputBuilder
source§impl PartialEq<CreateEmailIdentityOutputBuilder> for CreateEmailIdentityOutputBuilder
impl PartialEq<CreateEmailIdentityOutputBuilder> for CreateEmailIdentityOutputBuilder
source§fn eq(&self, other: &CreateEmailIdentityOutputBuilder) -> bool
fn eq(&self, other: &CreateEmailIdentityOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.