@Stability(value=Stable) public static final class CfnContactChannelProps.Builder extends Object implements software.amazon.jsii.Builder<CfnContactChannelProps>
CfnContactChannelProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContactChannelProps |
build()
Builds the configured instance.
|
CfnContactChannelProps.Builder |
channelAddress(String channelAddress)
Sets the value of
CfnContactChannelProps.getChannelAddress() |
CfnContactChannelProps.Builder |
channelName(String channelName)
Sets the value of
CfnContactChannelProps.getChannelName() |
CfnContactChannelProps.Builder |
channelType(String channelType)
Sets the value of
CfnContactChannelProps.getChannelType() |
CfnContactChannelProps.Builder |
contactId(String contactId)
Sets the value of
CfnContactChannelProps.getContactId() |
CfnContactChannelProps.Builder |
deferActivation(Boolean deferActivation)
Sets the value of
CfnContactChannelProps.getDeferActivation() |
CfnContactChannelProps.Builder |
deferActivation(IResolvable deferActivation)
Sets the value of
CfnContactChannelProps.getDeferActivation() |
@Stability(value=Stable) public CfnContactChannelProps.Builder channelAddress(String channelAddress)
CfnContactChannelProps.getChannelAddress()channelAddress - `AWS::SSMContacts::ContactChannel.ChannelAddress`. This parameter is required.this@Stability(value=Stable) public CfnContactChannelProps.Builder channelName(String channelName)
CfnContactChannelProps.getChannelName()channelName - `AWS::SSMContacts::ContactChannel.ChannelName`. This parameter is required.this@Stability(value=Stable) public CfnContactChannelProps.Builder channelType(String channelType)
CfnContactChannelProps.getChannelType()channelType - `AWS::SSMContacts::ContactChannel.ChannelType`. This parameter is required.this@Stability(value=Stable) public CfnContactChannelProps.Builder contactId(String contactId)
CfnContactChannelProps.getContactId()contactId - `AWS::SSMContacts::ContactChannel.ContactId`. This parameter is required.this@Stability(value=Stable) public CfnContactChannelProps.Builder deferActivation(Boolean deferActivation)
CfnContactChannelProps.getDeferActivation()deferActivation - `AWS::SSMContacts::ContactChannel.DeferActivation`.this@Stability(value=Stable) public CfnContactChannelProps.Builder deferActivation(IResolvable deferActivation)
CfnContactChannelProps.getDeferActivation()deferActivation - `AWS::SSMContacts::ContactChannel.DeferActivation`.this@Stability(value=Stable) public CfnContactChannelProps build()
build in interface software.amazon.jsii.Builder<CfnContactChannelProps>CfnContactChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.