@Stability(value=Stable) public static final class CfnContactList.TopicProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnContactList.TopicProperty>
CfnContactList.TopicProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContactList.TopicProperty |
build()
Builds the configured instance.
|
CfnContactList.TopicProperty.Builder |
defaultSubscriptionStatus(String defaultSubscriptionStatus)
Sets the value of
CfnContactList.TopicProperty.getDefaultSubscriptionStatus() |
CfnContactList.TopicProperty.Builder |
description(String description)
Sets the value of
CfnContactList.TopicProperty.getDescription() |
CfnContactList.TopicProperty.Builder |
displayName(String displayName)
Sets the value of
CfnContactList.TopicProperty.getDisplayName() |
CfnContactList.TopicProperty.Builder |
topicName(String topicName)
Sets the value of
CfnContactList.TopicProperty.getTopicName() |
@Stability(value=Stable) public CfnContactList.TopicProperty.Builder defaultSubscriptionStatus(String defaultSubscriptionStatus)
CfnContactList.TopicProperty.getDefaultSubscriptionStatus()defaultSubscriptionStatus - The default subscription status to be applied to a contact if the contact has not noted their preference for subscribing to a topic. This parameter is required.this@Stability(value=Stable) public CfnContactList.TopicProperty.Builder displayName(String displayName)
CfnContactList.TopicProperty.getDisplayName()displayName - The name of the topic the contact will see. This parameter is required.this@Stability(value=Stable) public CfnContactList.TopicProperty.Builder topicName(String topicName)
CfnContactList.TopicProperty.getTopicName()topicName - The name of the topic. This parameter is required.this@Stability(value=Stable) public CfnContactList.TopicProperty.Builder description(String description)
CfnContactList.TopicProperty.getDescription()description - A description of what the topic is about, which the contact will see.this@Stability(value=Stable) public CfnContactList.TopicProperty build()
build in interface software.amazon.jsii.Builder<CfnContactList.TopicProperty>CfnContactList.TopicPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.