Class CfnIdentityPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentityPropsMixin>
- Enclosing class:
CfnIdentityPropsMixin
CfnIdentityPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) dkimSigningEnabled(Boolean dkimSigningEnabled) For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.dkimSigningEnabled(IResolvable dkimSigningEnabled) For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.feedbackForwardingEnabled(Boolean feedbackForwardingEnabled) Used to enable or disable feedback forwarding for an identity.feedbackForwardingEnabled(IResolvable feedbackForwardingEnabled) Used to enable or disable feedback forwarding for an identity.mailFromAttributes(CfnIdentityPropsMixin.MailFromAttributesProperty mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.mailFromAttributes(IResolvable mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.The address or domain of the identity, such as sender@example.com or example.co.uk .An object that defines the tags (keys and values) that you want to associate with the email identity.
-
Method Details
-
create
@Stability(Stable) public static CfnIdentityPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnIdentityPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnIdentityPropsMixin.Builder.
-
dkimSigningEnabled
@Stability(Stable) public CfnIdentityPropsMixin.Builder dkimSigningEnabled(Boolean dkimSigningEnabled) For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.If the value is
true, then the messages that you send from the domain are signed using both the DKIM keys for your domain, as well as the keys for theamazonses.comdomain. If the value isfalse, then the messages that you send are only signed using the DKIM keys for theamazonses.comdomain.- Parameters:
dkimSigningEnabled- For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain. This parameter is required.- Returns:
this- See Also:
-
dkimSigningEnabled
@Stability(Stable) public CfnIdentityPropsMixin.Builder dkimSigningEnabled(IResolvable dkimSigningEnabled) For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain.If the value is
true, then the messages that you send from the domain are signed using both the DKIM keys for your domain, as well as the keys for theamazonses.comdomain. If the value isfalse, then the messages that you send are only signed using the DKIM keys for theamazonses.comdomain.- Parameters:
dkimSigningEnabled- For domain identities, this attribute is used to enable or disable DomainKeys Identified Mail (DKIM) signing for the domain. This parameter is required.- Returns:
this- See Also:
-
feedbackForwardingEnabled
@Stability(Stable) public CfnIdentityPropsMixin.Builder feedbackForwardingEnabled(Boolean feedbackForwardingEnabled) Used to enable or disable feedback forwarding for an identity.This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event.
When you enable feedback forwarding, Amazon Pinpoint sends you email notifications when bounce or complaint events occur. Amazon Pinpoint sends this notification to the address that you specified in the Return-Path header of the original email.
When you disable feedback forwarding, Amazon Pinpoint sends notifications through other mechanisms, such as by notifying an Amazon SNS topic. You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications, Amazon Pinpoint sends an email notification when these events occur (even if this setting is disabled).
- Parameters:
feedbackForwardingEnabled- Used to enable or disable feedback forwarding for an identity. This parameter is required.- Returns:
this- See Also:
-
feedbackForwardingEnabled
@Stability(Stable) public CfnIdentityPropsMixin.Builder feedbackForwardingEnabled(IResolvable feedbackForwardingEnabled) Used to enable or disable feedback forwarding for an identity.This setting determines what happens when an identity is used to send an email that results in a bounce or complaint event.
When you enable feedback forwarding, Amazon Pinpoint sends you email notifications when bounce or complaint events occur. Amazon Pinpoint sends this notification to the address that you specified in the Return-Path header of the original email.
When you disable feedback forwarding, Amazon Pinpoint sends notifications through other mechanisms, such as by notifying an Amazon SNS topic. You're required to have a method of tracking bounces and complaints. If you haven't set up another mechanism for receiving bounce or complaint notifications, Amazon Pinpoint sends an email notification when these events occur (even if this setting is disabled).
- Parameters:
feedbackForwardingEnabled- Used to enable or disable feedback forwarding for an identity. This parameter is required.- Returns:
this- See Also:
-
mailFromAttributes
@Stability(Stable) public CfnIdentityPropsMixin.Builder mailFromAttributes(IResolvable mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.- Parameters:
mailFromAttributes- Used to enable or disable the custom Mail-From domain configuration for an email identity. This parameter is required.- Returns:
this- See Also:
-
mailFromAttributes
@Stability(Stable) public CfnIdentityPropsMixin.Builder mailFromAttributes(CfnIdentityPropsMixin.MailFromAttributesProperty mailFromAttributes) Used to enable or disable the custom Mail-From domain configuration for an email identity.- Parameters:
mailFromAttributes- Used to enable or disable the custom Mail-From domain configuration for an email identity. This parameter is required.- Returns:
this- See Also:
-
name
The address or domain of the identity, such as sender@example.com or example.co.uk .- Parameters:
name- The address or domain of the identity, such as sender@example.com or example.co.uk . This parameter is required.- Returns:
this- See Also:
-
tags
An object that defines the tags (keys and values) that you want to associate with the email identity.- Parameters:
tags- An object that defines the tags (keys and values) that you want to associate with the email identity. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdentityPropsMixin>- Returns:
- a newly built instance of
CfnIdentityPropsMixin.
-