@Stability(value=Stable) public static final class EmailIdentityProps.Builder extends Object implements software.amazon.jsii.Builder<EmailIdentityProps>
EmailIdentityProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public EmailIdentityProps.Builder identity(Identity identity)
EmailIdentityProps.getIdentity()identity - The email address or domain to verify. This parameter is required.this@Stability(value=Stable) public EmailIdentityProps.Builder configurationSet(IConfigurationSet configurationSet)
EmailIdentityProps.getConfigurationSet()configurationSet - The configuration set to associate with the email identity.this@Stability(value=Stable) public EmailIdentityProps.Builder dkimIdentity(DkimIdentity dkimIdentity)
EmailIdentityProps.getDkimIdentity()dkimIdentity - The type of DKIM identity to use.this@Stability(value=Stable) public EmailIdentityProps.Builder dkimSigning(Boolean dkimSigning)
EmailIdentityProps.getDkimSigning()dkimSigning - Whether the messages that are sent from the identity are signed using DKIM.this@Stability(value=Stable) public EmailIdentityProps.Builder feedbackForwarding(Boolean feedbackForwarding)
EmailIdentityProps.getFeedbackForwarding()feedbackForwarding - Whether to receive email notifications when bounce or complaint events occur.
These notifications are sent to the address that you specified in the Return-Path
header of the original email.
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 (for example, by setting up an event destination), you receive an email notification when these events occur (even if this setting is disabled).
this@Stability(value=Stable) public EmailIdentityProps.Builder mailFromBehaviorOnMxFailure(MailFromBehaviorOnMxFailure mailFromBehaviorOnMxFailure)
EmailIdentityProps.getMailFromBehaviorOnMxFailure()mailFromBehaviorOnMxFailure - The action to take if the required MX record for the MAIL FROM domain isn't found when you send an email.this@Stability(value=Stable) public EmailIdentityProps.Builder mailFromDomain(String mailFromDomain)
EmailIdentityProps.getMailFromDomain()mailFromDomain - The custom MAIL FROM domain that you want the verified identity to use.
The MAIL FROM domain
must meet the following criteria:
this@Stability(value=Stable) public EmailIdentityProps build()
build in interface software.amazon.jsii.Builder<EmailIdentityProps>EmailIdentityPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.