@Stability(value=Stable) public static final class CfnEmailIdentity.Builder extends Object implements software.amazon.jsii.Builder<CfnEmailIdentity>
CfnEmailIdentity.@Stability(value=Stable) public static CfnEmailIdentity.Builder create(Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnEmailIdentity.ConfigurationSetAttributesProperty.Builder.@Stability(value=Stable) public CfnEmailIdentity.Builder emailIdentity(String emailIdentity)
emailIdentity - `AWS::SES::EmailIdentity.EmailIdentity`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder configurationSetAttributes(CfnEmailIdentity.ConfigurationSetAttributesProperty configurationSetAttributes)
configurationSetAttributes - `AWS::SES::EmailIdentity.ConfigurationSetAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder configurationSetAttributes(IResolvable configurationSetAttributes)
configurationSetAttributes - `AWS::SES::EmailIdentity.ConfigurationSetAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder dkimAttributes(CfnEmailIdentity.DkimAttributesProperty dkimAttributes)
dkimAttributes - `AWS::SES::EmailIdentity.DkimAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder dkimAttributes(IResolvable dkimAttributes)
dkimAttributes - `AWS::SES::EmailIdentity.DkimAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder dkimSigningAttributes(CfnEmailIdentity.DkimSigningAttributesProperty dkimSigningAttributes)
dkimSigningAttributes - `AWS::SES::EmailIdentity.DkimSigningAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder dkimSigningAttributes(IResolvable dkimSigningAttributes)
dkimSigningAttributes - `AWS::SES::EmailIdentity.DkimSigningAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder feedbackAttributes(CfnEmailIdentity.FeedbackAttributesProperty feedbackAttributes)
feedbackAttributes - `AWS::SES::EmailIdentity.FeedbackAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder feedbackAttributes(IResolvable feedbackAttributes)
feedbackAttributes - `AWS::SES::EmailIdentity.FeedbackAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder mailFromAttributes(CfnEmailIdentity.MailFromAttributesProperty mailFromAttributes)
mailFromAttributes - `AWS::SES::EmailIdentity.MailFromAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity.Builder mailFromAttributes(IResolvable mailFromAttributes)
mailFromAttributes - `AWS::SES::EmailIdentity.MailFromAttributes`. This parameter is required.this@Stability(value=Stable) public CfnEmailIdentity build()
build in interface software.amazon.jsii.Builder<CfnEmailIdentity>Copyright © 2022. All rights reserved.