@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)
`AWS::Pinpoint::EmailChannel.ApplicationId`.
|
CfnEmailChannel |
build() |
CfnEmailChannel.Builder |
configurationSet(String configurationSet)
`AWS::Pinpoint::EmailChannel.ConfigurationSet`.
|
static CfnEmailChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnEmailChannel.Builder |
enabled(Boolean enabled)
`AWS::Pinpoint::EmailChannel.Enabled`.
|
CfnEmailChannel.Builder |
enabled(IResolvable enabled)
`AWS::Pinpoint::EmailChannel.Enabled`.
|
CfnEmailChannel.Builder |
fromAddress(String fromAddress)
`AWS::Pinpoint::EmailChannel.FromAddress`.
|
CfnEmailChannel.Builder |
identity(String identity)
`AWS::Pinpoint::EmailChannel.Identity`.
|
CfnEmailChannel.Builder |
roleArn(String roleArn)
`AWS::Pinpoint::EmailChannel.RoleArn`.
|
@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 - `AWS::Pinpoint::EmailChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder fromAddress(String fromAddress)
fromAddress - `AWS::Pinpoint::EmailChannel.FromAddress`. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder identity(String identity)
identity - `AWS::Pinpoint::EmailChannel.Identity`. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder configurationSet(String configurationSet)
configurationSet - `AWS::Pinpoint::EmailChannel.ConfigurationSet`. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder enabled(Boolean enabled)
enabled - `AWS::Pinpoint::EmailChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder enabled(IResolvable enabled)
enabled - `AWS::Pinpoint::EmailChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel.Builder roleArn(String roleArn)
roleArn - `AWS::Pinpoint::EmailChannel.RoleArn`. This parameter is required.this@Stability(value=Stable) public CfnEmailChannel build()
build in interface software.amazon.jsii.Builder<CfnEmailChannel>Copyright © 2021. All rights reserved.