@Stability(value=Stable) public static final class CfnEmailChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnEmailChannelProps>
CfnEmailChannelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnEmailChannelProps.Builder |
applicationId(String applicationId)
Sets the value of
CfnEmailChannelProps.getApplicationId() |
CfnEmailChannelProps |
build()
Builds the configured instance.
|
CfnEmailChannelProps.Builder |
configurationSet(String configurationSet)
Sets the value of
CfnEmailChannelProps.getConfigurationSet() |
CfnEmailChannelProps.Builder |
enabled(Boolean enabled)
Sets the value of
CfnEmailChannelProps.getEnabled() |
CfnEmailChannelProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnEmailChannelProps.getEnabled() |
CfnEmailChannelProps.Builder |
fromAddress(String fromAddress)
Sets the value of
CfnEmailChannelProps.getFromAddress() |
CfnEmailChannelProps.Builder |
identity(String identity)
Sets the value of
CfnEmailChannelProps.getIdentity() |
CfnEmailChannelProps.Builder |
roleArn(String roleArn)
Sets the value of
CfnEmailChannelProps.getRoleArn() |
@Stability(value=Stable) public CfnEmailChannelProps.Builder applicationId(String applicationId)
CfnEmailChannelProps.getApplicationId()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 CfnEmailChannelProps.Builder fromAddress(String fromAddress)
CfnEmailChannelProps.getFromAddress()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 CfnEmailChannelProps.Builder identity(String identity)
CfnEmailChannelProps.getIdentity()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 CfnEmailChannelProps.Builder configurationSet(String configurationSet)
CfnEmailChannelProps.getConfigurationSet()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@Stability(value=Stable) public CfnEmailChannelProps.Builder enabled(Boolean enabled)
CfnEmailChannelProps.getEnabled()enabled - Specifies whether to enable the email channel for the application.this@Stability(value=Stable) public CfnEmailChannelProps.Builder enabled(IResolvable enabled)
CfnEmailChannelProps.getEnabled()enabled - Specifies whether to enable the email channel for the application.this@Stability(value=Stable) public CfnEmailChannelProps.Builder roleArn(String roleArn)
CfnEmailChannelProps.getRoleArn()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@Stability(value=Stable) public CfnEmailChannelProps build()
build in interface software.amazon.jsii.Builder<CfnEmailChannelProps>CfnEmailChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.