Class CfnContactListPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ses.CfnContactListPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContactListPropsMixin>
- Enclosing class:
CfnContactListPropsMixin
@Stability(Stable)
public static final class CfnContactListPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContactListPropsMixin>
A fluent builder for
CfnContactListPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()contactListName(String contactListName) The name of the contact list.create()create(CfnPropertyMixinOptions options) description(String description) A description of what the contact list is about.The tags associated with a contact list.An interest group, theme, or label within a list.topics(IResolvable topics) An interest group, theme, or label within a list.
-
Method Details
-
create
@Stability(Stable) public static CfnContactListPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnContactListPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnContactListPropsMixin.Builder.
-
contactListName
The name of the contact list.- Parameters:
contactListName- The name of the contact list. This parameter is required.- Returns:
this- See Also:
-
description
A description of what the contact list is about.- Parameters:
description- A description of what the contact list is about. This parameter is required.- Returns:
this- See Also:
-
tags
The tags associated with a contact list.- Parameters:
tags- The tags associated with a contact list. This parameter is required.- Returns:
this- See Also:
-
topics
An interest group, theme, or label within a list.A contact list can have multiple topics.
- Parameters:
topics- An interest group, theme, or label within a list. This parameter is required.- Returns:
this- See Also:
-
topics
An interest group, theme, or label within a list.A contact list can have multiple topics.
- Parameters:
topics- An interest group, theme, or label within a list. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnContactListPropsMixin>- Returns:
- a newly built instance of
CfnContactListPropsMixin.
-