@Stability(value=Stable) public static final class CfnContactListProps.Builder extends Object implements software.amazon.jsii.Builder<CfnContactListProps>
CfnContactListProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContactListProps |
build()
Builds the configured instance.
|
CfnContactListProps.Builder |
contactListName(String contactListName)
Sets the value of
CfnContactListProps.getContactListName() |
CfnContactListProps.Builder |
description(String description)
Sets the value of
CfnContactListProps.getDescription() |
CfnContactListProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnContactListProps.getTags() |
CfnContactListProps.Builder |
topics(IResolvable topics)
Sets the value of
CfnContactListProps.getTopics() |
CfnContactListProps.Builder |
topics(List<? extends Object> topics)
Sets the value of
CfnContactListProps.getTopics() |
@Stability(value=Stable) public CfnContactListProps.Builder contactListName(String contactListName)
CfnContactListProps.getContactListName()contactListName - The name of the contact list.this@Stability(value=Stable) public CfnContactListProps.Builder description(String description)
CfnContactListProps.getDescription()description - A description of what the contact list is about.this@Stability(value=Stable) public CfnContactListProps.Builder tags(List<? extends CfnTag> tags)
CfnContactListProps.getTags()tags - The tags associated with a contact list.this@Stability(value=Stable) 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@Stability(value=Stable) public CfnContactListProps.Builder topics(List<? extends Object> topics)
CfnContactListProps.getTopics()topics - An interest group, theme, or label within a list.
A contact list can have multiple topics.this@Stability(value=Stable) public CfnContactListProps build()
build in interface software.amazon.jsii.Builder<CfnContactListProps>CfnContactListPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.