Class ContactListReference.Builder
java.lang.Object
software.amazon.awscdk.services.ses.ContactListReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ContactListReference>
- Enclosing interface:
ContactListReference
@Stability(Stable)
public static final class ContactListReference.Builder
extends Object
implements software.amazon.jsii.Builder<ContactListReference>
A builder for
ContactListReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.contactListName
(String contactListName) Sets the value ofContactListReference.getContactListName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contactListName
Sets the value ofContactListReference.getContactListName()
- Parameters:
contactListName
- The ContactListName of the ContactList resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ContactListReference>
- Returns:
- a new instance of
ContactListReference
- Throws:
NullPointerException
- if any required attribute was not provided
-