@Stability(value=Stable) public static final class CfnContactList.Builder extends Object implements software.amazon.jsii.Builder<CfnContactList>
CfnContactList.| Modifier and Type | Method and Description |
|---|---|
CfnContactList |
build() |
CfnContactList.Builder |
contactListName(String contactListName)
The name of the contact list.
|
static CfnContactList.Builder |
create(software.constructs.Construct scope,
String id) |
CfnContactList.Builder |
description(String description)
A description of what the contact list is about.
|
CfnContactList.Builder |
tags(List<? extends CfnTag> tags)
The tags associated with a contact list.
|
CfnContactList.Builder |
topics(IResolvable topics)
An interest group, theme, or label within a list.
|
CfnContactList.Builder |
topics(List<? extends Object> topics)
An interest group, theme, or label within a list.
|
@Stability(value=Stable) public static CfnContactList.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnContactList.TopicProperty.Builder.@Stability(value=Stable) public CfnContactList.Builder contactListName(String contactListName)
contactListName - The name of the contact list. This parameter is required.this@Stability(value=Stable) public CfnContactList.Builder description(String description)
description - A description of what the contact list is about. This parameter is required.this@Stability(value=Stable) public CfnContactList.Builder tags(List<? extends CfnTag> tags)
tags - The tags associated with a contact list. This parameter is required.this@Stability(value=Stable) public CfnContactList.Builder topics(IResolvable topics)
A contact list can have multiple topics.
topics - An interest group, theme, or label within a list. This parameter is required.this@Stability(value=Stable) public CfnContactList.Builder topics(List<? extends Object> topics)
A contact list can have multiple topics.
topics - An interest group, theme, or label within a list. This parameter is required.this@Stability(value=Stable) public CfnContactList build()
build in interface software.amazon.jsii.Builder<CfnContactList>Copyright © 2022. All rights reserved.