Uses of Class
software.amazon.awscdk.services.ses.EmailIdentityProps.Builder
Packages that use EmailIdentityProps.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of EmailIdentityProps.Builder in software.amazon.awscdk.services.ses
Methods in software.amazon.awscdk.services.ses that return EmailIdentityProps.BuilderModifier and TypeMethodDescriptionstatic EmailIdentityProps.Builder
EmailIdentityProps.builder()
EmailIdentityProps.Builder.configurationSet
(IConfigurationSet configurationSet) Sets the value ofEmailIdentityProps.getConfigurationSet()
EmailIdentityProps.Builder.dkimIdentity
(DkimIdentity dkimIdentity) Sets the value ofEmailIdentityProps.getDkimIdentity()
EmailIdentityProps.Builder.dkimSigning
(Boolean dkimSigning) Sets the value ofEmailIdentityProps.getDkimSigning()
EmailIdentityProps.Builder.feedbackForwarding
(Boolean feedbackForwarding) Sets the value ofEmailIdentityProps.getFeedbackForwarding()
Sets the value ofEmailIdentityProps.getIdentity()
EmailIdentityProps.Builder.mailFromBehaviorOnMxFailure
(MailFromBehaviorOnMxFailure mailFromBehaviorOnMxFailure) Sets the value ofEmailIdentityProps.getMailFromBehaviorOnMxFailure()
EmailIdentityProps.Builder.mailFromDomain
(String mailFromDomain) Sets the value ofEmailIdentityProps.getMailFromDomain()
Constructors in software.amazon.awscdk.services.ses with parameters of type EmailIdentityProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(EmailIdentityProps.Builder builder) Constructor that initializes the object based on literal property values passed by theEmailIdentityProps.Builder
.