Class CfnContactListProps.Builder
java.lang.Object
software.amazon.awscdk.services.ses.CfnContactListProps.Builder
- All Implemented Interfaces:
- software.amazon.jsii.Builder<CfnContactListProps>
- Enclosing interface:
- CfnContactListProps
@Stability(Stable)
public static final class CfnContactListProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnContactListProps>
A builder for 
CfnContactListProps- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()Builds the configured instance.contactListName(String contactListName) Sets the value ofCfnContactListProps.getContactListName()description(String description) Sets the value ofCfnContactListProps.getDescription()Sets the value ofCfnContactListProps.getTags()Sets the value ofCfnContactListProps.getTopics()topics(IResolvable topics) Sets the value ofCfnContactListProps.getTopics()
- 
Constructor Details- 
Builderpublic Builder()
 
- 
- 
Method Details- 
contactListNameSets the value ofCfnContactListProps.getContactListName()- Parameters:
- contactListName- The name of the contact list.
- Returns:
- this
 
- 
descriptionSets the value ofCfnContactListProps.getDescription()- Parameters:
- description- A description of what the contact list is about.
- Returns:
- this
 
- 
tagsSets the value ofCfnContactListProps.getTags()- Parameters:
- tags- The tags associated with a contact list.
- Returns:
- this
 
- 
topicsSets the value ofCfnContactListProps.getTopics()- Parameters:
- topics- An interest group, theme, or label within a list. A contact list can have multiple topics.
- Returns:
- this
 
- 
topicsSets the value ofCfnContactListProps.getTopics()- Parameters:
- topics- An interest group, theme, or label within a list. A contact list can have multiple topics.
- Returns:
- this
 
- 
buildBuilds the configured instance.- Specified by:
- buildin interface- software.amazon.jsii.Builder<CfnContactListProps>
- Returns:
- a new instance of CfnContactListProps
- Throws:
- NullPointerException- if any required attribute was not provided
 
 
-