@Stability(value=Stable) public static final class CfnEmailIdentity.Builder extends Object implements software.amazon.jsii.Builder<CfnEmailIdentity>
CfnEmailIdentity.| Modifier and Type | Method and Description |
|---|---|
CfnEmailIdentity |
build() |
CfnEmailIdentity.Builder |
configurationSetAttributes(CfnEmailIdentity.ConfigurationSetAttributesProperty configurationSetAttributes)
`AWS::SES::EmailIdentity.ConfigurationSetAttributes`.
|
CfnEmailIdentity.Builder |
configurationSetAttributes(IResolvable configurationSetAttributes)
`AWS::SES::EmailIdentity.ConfigurationSetAttributes`.
|
static CfnEmailIdentity.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEmailIdentity.Builder |
dkimAttributes(CfnEmailIdentity.DkimAttributesProperty dkimAttributes)
`AWS::SES::EmailIdentity.DkimAttributes`.
|
CfnEmailIdentity.Builder |
dkimAttributes(IResolvable dkimAttributes)
`AWS::SES::EmailIdentity.DkimAttributes`.
|
CfnEmailIdentity.Builder |
dkimSigningAttributes(CfnEmailIdentity.DkimSigningAttributesProperty dkimSigningAttributes)
`AWS::SES::EmailIdentity.DkimSigningAttributes`.
|
CfnEmailIdentity.Builder |
dkimSigningAttributes(IResolvable dkimSigningAttributes)
`AWS::SES::EmailIdentity.DkimSigningAttributes`.
|
CfnEmailIdentity.Builder |
emailIdentity(String emailIdentity)
`AWS::SES::EmailIdentity.EmailIdentity`.
|
CfnEmailIdentity.Builder |
feedbackAttributes(CfnEmailIdentity.FeedbackAttributesProperty feedbackAttributes)
`AWS::SES::EmailIdentity.FeedbackAttributes`.
|
CfnEmailIdentity.Builder |
feedbackAttributes(IResolvable feedbackAttributes)
`AWS::SES::EmailIdentity.FeedbackAttributes`.
|
CfnEmailIdentity.Builder |
mailFromAttributes(CfnEmailIdentity.MailFromAttributesProperty mailFromAttributes)
`AWS::SES::EmailIdentity.MailFromAttributes`.
|
CfnEmailIdentity.Builder |
mailFromAttributes(IResolvable mailFromAttributes)
`AWS::SES::EmailIdentity.MailFromAttributes`.
|
@Stability(value=Stable) public static CfnEmailIdentity.Builder create(software.constructs.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.