@Stability(value=Stable) public static final class CfnSMSChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnSMSChannelProps>
CfnSMSChannelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnSMSChannelProps.Builder |
applicationId(String applicationId)
Sets the value of
CfnSMSChannelProps.getApplicationId() |
CfnSMSChannelProps |
build()
Builds the configured instance.
|
CfnSMSChannelProps.Builder |
enabled(Boolean enabled)
Sets the value of
CfnSMSChannelProps.getEnabled() |
CfnSMSChannelProps.Builder |
enabled(IResolvable enabled)
Sets the value of
CfnSMSChannelProps.getEnabled() |
CfnSMSChannelProps.Builder |
senderId(String senderId)
Sets the value of
CfnSMSChannelProps.getSenderId() |
CfnSMSChannelProps.Builder |
shortCode(String shortCode)
Sets the value of
CfnSMSChannelProps.getShortCode() |
@Stability(value=Stable) public CfnSMSChannelProps.Builder applicationId(String applicationId)
CfnSMSChannelProps.getApplicationId()applicationId - `AWS::Pinpoint::SMSChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnSMSChannelProps.Builder enabled(Boolean enabled)
CfnSMSChannelProps.getEnabled()enabled - `AWS::Pinpoint::SMSChannel.Enabled`.this@Stability(value=Stable) public CfnSMSChannelProps.Builder enabled(IResolvable enabled)
CfnSMSChannelProps.getEnabled()enabled - `AWS::Pinpoint::SMSChannel.Enabled`.this@Stability(value=Stable) public CfnSMSChannelProps.Builder senderId(String senderId)
CfnSMSChannelProps.getSenderId()senderId - `AWS::Pinpoint::SMSChannel.SenderId`.this@Stability(value=Stable) public CfnSMSChannelProps.Builder shortCode(String shortCode)
CfnSMSChannelProps.getShortCode()shortCode - `AWS::Pinpoint::SMSChannel.ShortCode`.this@Stability(value=Stable) public CfnSMSChannelProps build()
build in interface software.amazon.jsii.Builder<CfnSMSChannelProps>CfnSMSChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.