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