@Stability(value=Stable) public static final class CfnEmailChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnEmailChannel>
CfnEmailChannel.| Modifier and Type | Method and Description |
|---|---|
CfnEmailChannel.Builder |
applicationId(String applicationId)
The unique identifier for the Amazon Pinpoint application that you're specifying the email channel for.
|
CfnEmailChannel |
build() |
CfnEmailChannel.Builder |
configurationSet(String configurationSet)
The [Amazon SES configuration set](https://docs.aws.amazon.com/ses/latest/APIReference/API_ConfigurationSet.html) that you want to apply to messages that you send through the channel.
|
static CfnEmailChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEmailChannel.Builder |
enabled(Boolean enabled)
Specifies whether to enable the email channel for the application.
|
CfnEmailChannel.Builder |
enabled(IResolvable enabled)
Specifies whether to enable the email channel for the application.
|
CfnEmailChannel.Builder |
fromAddress(String fromAddress)
The verified email address that you want to send email from when you send email through the channel.
|
CfnEmailChannel.Builder |
identity(String identity)
The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel.
|
CfnEmailChannel.Builder |
roleArn(String roleArn)
The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel.
|
@Stability(value=Stable) public static CfnEmailChannel.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.CfnEmailChannel.Builder.@Stability(value=Stable) public CfnEmailChannel.Builder applicationId(String applicationId)
applicationId - The unique identifier for the Amazon Pinpoint application that you're specifying the email channel for. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder fromAddress(String fromAddress)
fromAddress - The verified email address that you want to send email from when you send email through the channel. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder identity(String identity)
identity - The Amazon Resource Name (ARN) of the identity, verified with Amazon Simple Email Service (Amazon SES), that you want to use when you send email through the channel. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder configurationSet(String configurationSet)
configurationSet - The [Amazon SES configuration set](https://docs.aws.amazon.com/ses/latest/APIReference/API_ConfigurationSet.html) that you want to apply to messages that you send through the channel. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder enabled(Boolean enabled)
enabled - Specifies whether to enable the email channel for the application. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder enabled(IResolvable enabled)
enabled - Specifies whether to enable the email channel for the application. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder roleArn(String roleArn)
roleArn - The ARN of the AWS Identity and Access Management (IAM) role that you want Amazon Pinpoint to use when it submits email-related event data for the channel. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel build()
build in interface software.amazon.jsii.Builder<CfnEmailChannel>Copyright © 2022. All rights reserved.