@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 - The details that Incident Manager uses when trying to engage the contact channel. This parameter is required.this@Stability(value=Stable) public CfnContactChannelProps.Builder channelName(String channelName)
CfnContactChannelProps.getChannelName()channelName - The name of the contact channel. This parameter is required.this@Stability(value=Stable) public CfnContactChannelProps.Builder channelType(String channelType)
CfnContactChannelProps.getChannelType()channelType - The type of the contact channel. Incident Manager supports three contact methods:. This parameter is required.
this@Stability(value=Stable) public CfnContactChannelProps.Builder contactId(String contactId)
CfnContactChannelProps.getContactId()contactId - The Amazon Resource Name (ARN) of the contact you are adding the contact channel to. This parameter is required.this@Stability(value=Stable) public CfnContactChannelProps.Builder deferActivation(Boolean deferActivation)
CfnContactChannelProps.getDeferActivation()deferActivation - If you want to activate the channel at a later time, you can choose to defer activation.
Incident Manager can't engage your contact channel until it has been activated.this@Stability(value=Stable) public CfnContactChannelProps.Builder deferActivation(IResolvable deferActivation)
CfnContactChannelProps.getDeferActivation()deferActivation - If you want to activate the channel at a later time, you can choose to defer activation.
Incident Manager can't engage your contact channel until it has been activated.this@Stability(value=Stable) public CfnContactChannelProps build()
build in interface software.amazon.jsii.Builder<CfnContactChannelProps>CfnContactChannelPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.