Class CfnContactList.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnContactList.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContactList>
- Enclosing class:
CfnContactList
@Stability(Stable)
public static final class CfnContactList.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContactList>
A fluent builder for
CfnContactList.-
Method Summary
Modifier and TypeMethodDescriptionbuild()contactListName(String contactListName) The name of the contact list.static CfnContactList.Builderdescription(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 CfnContactList.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnContactList.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<CfnContactList>- Returns:
- a newly built instance of
CfnContactList.
-