Class CfnTemplatePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.ses.mixins.CfnTemplatePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTemplatePropsMixin>
- Enclosing class:
CfnTemplatePropsMixin
@Stability(Stable)
public static final class CfnTemplatePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTemplatePropsMixin>
A fluent builder for
CfnTemplatePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) template(IResolvable template) The content of the email, composed of a subject line and either an HTML part or a text-only part.The content of the email, composed of a subject line and either an HTML part or a text-only part.
-
Method Details
-
create
@Stability(Stable) public static CfnTemplatePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTemplatePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTemplatePropsMixin.Builder.
-
template
The content of the email, composed of a subject line and either an HTML part or a text-only part.- Parameters:
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.- Returns:
this- See Also:
-
template
@Stability(Stable) public CfnTemplatePropsMixin.Builder template(CfnTemplatePropsMixin.TemplateProperty template) The content of the email, composed of a subject line and either an HTML part or a text-only part.- Parameters:
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.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTemplatePropsMixin>- Returns:
- a newly built instance of
CfnTemplatePropsMixin.
-