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