Uses of Class
software.amazon.awscdk.services.ses.CfnEmailIdentityProps.Builder
Package
Description
Amazon Simple Email Service Construct Library
-
Uses of CfnEmailIdentityProps.Builder in software.amazon.awscdk.services.ses
Modifier and TypeMethodDescriptionCfnEmailIdentityProps.builder()
CfnEmailIdentityProps.Builder.configurationSetAttributes
(IResolvable configurationSetAttributes) Sets the value ofCfnEmailIdentityProps.getConfigurationSetAttributes()
CfnEmailIdentityProps.Builder.configurationSetAttributes
(CfnEmailIdentity.ConfigurationSetAttributesProperty configurationSetAttributes) Sets the value ofCfnEmailIdentityProps.getConfigurationSetAttributes()
CfnEmailIdentityProps.Builder.dkimAttributes
(IResolvable dkimAttributes) Sets the value ofCfnEmailIdentityProps.getDkimAttributes()
CfnEmailIdentityProps.Builder.dkimAttributes
(CfnEmailIdentity.DkimAttributesProperty dkimAttributes) Sets the value ofCfnEmailIdentityProps.getDkimAttributes()
CfnEmailIdentityProps.Builder.dkimSigningAttributes
(IResolvable dkimSigningAttributes) Sets the value ofCfnEmailIdentityProps.getDkimSigningAttributes()
CfnEmailIdentityProps.Builder.dkimSigningAttributes
(CfnEmailIdentity.DkimSigningAttributesProperty dkimSigningAttributes) Sets the value ofCfnEmailIdentityProps.getDkimSigningAttributes()
CfnEmailIdentityProps.Builder.emailIdentity
(String emailIdentity) Sets the value ofCfnEmailIdentityProps.getEmailIdentity()
CfnEmailIdentityProps.Builder.feedbackAttributes
(IResolvable feedbackAttributes) Sets the value ofCfnEmailIdentityProps.getFeedbackAttributes()
CfnEmailIdentityProps.Builder.feedbackAttributes
(CfnEmailIdentity.FeedbackAttributesProperty feedbackAttributes) Sets the value ofCfnEmailIdentityProps.getFeedbackAttributes()
CfnEmailIdentityProps.Builder.mailFromAttributes
(IResolvable mailFromAttributes) Sets the value ofCfnEmailIdentityProps.getMailFromAttributes()
CfnEmailIdentityProps.Builder.mailFromAttributes
(CfnEmailIdentity.MailFromAttributesProperty mailFromAttributes) Sets the value ofCfnEmailIdentityProps.getMailFromAttributes()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnEmailIdentityProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnEmailIdentityProps.Builder
.