public static final class CfnContactListProps.Builder
extends java.lang.Object
CfnContactListProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnContactListProps |
build()
Builds the configured instance.
|
CfnContactListProps.Builder |
contactListName(java.lang.String contactListName)
Sets the value of
CfnContactListProps.getContactListName() |
CfnContactListProps.Builder |
description(java.lang.String description)
Sets the value of
CfnContactListProps.getDescription() |
CfnContactListProps.Builder |
tags(java.util.List<? extends CfnTag> tags)
Sets the value of
CfnContactListProps.getTags() |
CfnContactListProps.Builder |
topics(IResolvable topics)
Sets the value of
CfnContactListProps.getTopics() |
CfnContactListProps.Builder |
topics(java.util.List<? extends java.lang.Object> topics)
Sets the value of
CfnContactListProps.getTopics() |
public CfnContactListProps.Builder contactListName(java.lang.String contactListName)
CfnContactListProps.getContactListName()
contactListName
- The name of the contact list.this
public CfnContactListProps.Builder description(java.lang.String description)
CfnContactListProps.getDescription()
description
- A description of what the contact list is about.this
public CfnContactListProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnContactListProps.getTags()
tags
- The tags associated with a contact list.this
public CfnContactListProps.Builder topics(IResolvable topics)
CfnContactListProps.getTopics()
topics
- An interest group, theme, or label within a list.
A contact list can have multiple topics.this
public CfnContactListProps.Builder topics(java.util.List<? extends java.lang.Object> topics)
CfnContactListProps.getTopics()
topics
- An interest group, theme, or label within a list.
A contact list can have multiple topics.this
public CfnContactListProps build()
CfnContactListProps
java.lang.NullPointerException
- if any required attribute was not provided