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