@Stability(value=Stable) public static final class CfnTemplate.Builder extends Object implements software.amazon.jsii.Builder<CfnTemplate>
CfnTemplate.| Modifier and Type | Method and Description |
|---|---|
CfnTemplate |
build() |
static CfnTemplate.Builder |
create(software.constructs.Construct scope,
String id) |
CfnTemplate.Builder |
template(CfnTemplate.TemplateProperty template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
CfnTemplate.Builder |
template(IResolvable template)
The content of the email, composed of a subject line and either an HTML part or a text-only part.
|
@Stability(value=Stable) public static CfnTemplate.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.CfnTemplate.TemplateProperty.Builder.@Stability(value=Stable) public CfnTemplate.Builder template(CfnTemplate.TemplateProperty template)
template - The content of the email, composed of a subject line and either an HTML part or a text-only part. This parameter is required.this@Stability(value=Stable) public CfnTemplate.Builder template(IResolvable template)
template - The content of the email, composed of a subject line and either an HTML part or a text-only part. This parameter is required.this@Stability(value=Stable) public CfnTemplate build()
build in interface software.amazon.jsii.Builder<CfnTemplate>Copyright © 2022. All rights reserved.