Class CfnContactList.Builder

java.lang.Object
software.amazon.awscdk.services.ses.CfnContactList.Builder
All Implemented Interfaces:
software.amazon.jsii.Builder<CfnContactList>
Enclosing class:
CfnContactList

@Stability(Stable) public static final class CfnContactList.Builder extends Object implements software.amazon.jsii.Builder<CfnContactList>
A fluent builder for CfnContactList.
  • Method Details

    • create

      @Stability(Stable) public static CfnContactList.Builder create(Construct scope, String id)
      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
      Returns:
      a new instance of CfnContactList.Builder.
    • contactListName

      @Stability(Stable) public CfnContactList.Builder contactListName(String contactListName)
      The name of the contact list.

      Parameters:
      contactListName - The name of the contact list. This parameter is required.
      Returns:
      this
    • description

      @Stability(Stable) public CfnContactList.Builder description(String description)
      A description of what the contact list is about.

      Parameters:
      description - A description of what the contact list is about. This parameter is required.
      Returns:
      this
    • tags

      @Stability(Stable) public CfnContactList.Builder tags(List<? extends CfnTag> tags)
      The tags associated with a contact list.

      Parameters:
      tags - The tags associated with a contact list. This parameter is required.
      Returns:
      this
    • topics

      @Stability(Stable) public CfnContactList.Builder topics(IResolvable topics)
      An interest group, theme, or label within a list.

      A contact list can have multiple topics.

      Parameters:
      topics - An interest group, theme, or label within a list. This parameter is required.
      Returns:
      this
    • topics

      @Stability(Stable) public CfnContactList.Builder topics(List<? extends Object> topics)
      An interest group, theme, or label within a list.

      A contact list can have multiple topics.

      Parameters:
      topics - An interest group, theme, or label within a list. This parameter is required.
      Returns:
      this
    • build

      @Stability(Stable) public CfnContactList build()
      Specified by:
      build in interface software.amazon.jsii.Builder<CfnContactList>
      Returns:
      a newly built instance of CfnContactList.