@Stability(value=Stable) public static final class CfnSMSChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnSMSChannel>
CfnSMSChannel.| Modifier and Type | Method and Description |
|---|---|
CfnSMSChannel.Builder |
applicationId(String applicationId)
`AWS::Pinpoint::SMSChannel.ApplicationId`.
|
CfnSMSChannel |
build() |
static CfnSMSChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnSMSChannel.Builder |
enabled(Boolean enabled)
`AWS::Pinpoint::SMSChannel.Enabled`.
|
CfnSMSChannel.Builder |
enabled(IResolvable enabled)
`AWS::Pinpoint::SMSChannel.Enabled`.
|
CfnSMSChannel.Builder |
senderId(String senderId)
`AWS::Pinpoint::SMSChannel.SenderId`.
|
CfnSMSChannel.Builder |
shortCode(String shortCode)
`AWS::Pinpoint::SMSChannel.ShortCode`.
|
@Stability(value=Stable) public static CfnSMSChannel.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnSMSChannel.Builder.@Stability(value=Stable) public CfnSMSChannel.Builder applicationId(String applicationId)
applicationId - `AWS::Pinpoint::SMSChannel.ApplicationId`. This parameter is required.this@Stability(value=Stable) public CfnSMSChannel.Builder enabled(Boolean enabled)
enabled - `AWS::Pinpoint::SMSChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnSMSChannel.Builder enabled(IResolvable enabled)
enabled - `AWS::Pinpoint::SMSChannel.Enabled`. This parameter is required.this@Stability(value=Stable) public CfnSMSChannel.Builder senderId(String senderId)
senderId - `AWS::Pinpoint::SMSChannel.SenderId`. This parameter is required.this@Stability(value=Stable) public CfnSMSChannel.Builder shortCode(String shortCode)
shortCode - `AWS::Pinpoint::SMSChannel.ShortCode`. This parameter is required.this@Stability(value=Stable) public CfnSMSChannel build()
build in interface software.amazon.jsii.Builder<CfnSMSChannel>Copyright © 2021. All rights reserved.