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