@Stability(value=Stable) public static final class CfnContactChannel.Builder extends Object implements software.amazon.jsii.Builder<CfnContactChannel>
CfnContactChannel.| Modifier and Type | Method and Description |
|---|---|
CfnContactChannel |
build() |
CfnContactChannel.Builder |
channelAddress(String channelAddress)
The details that Incident Manager uses when trying to engage the contact channel.
|
CfnContactChannel.Builder |
channelName(String channelName)
The name of the contact channel.
|
CfnContactChannel.Builder |
channelType(String channelType)
The type of the contact channel.
|
CfnContactChannel.Builder |
contactId(String contactId)
The Amazon Resource Name (ARN) of the contact you are adding the contact channel to.
|
static CfnContactChannel.Builder |
create(software.constructs.Construct scope,
String id) |
CfnContactChannel.Builder |
deferActivation(Boolean deferActivation)
If you want to activate the channel at a later time, you can choose to defer activation.
|
CfnContactChannel.Builder |
deferActivation(IResolvable deferActivation)
If you want to activate the channel at a later time, you can choose to defer activation.
|
@Stability(value=Stable) public static CfnContactChannel.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.CfnContactChannel.Builder.@Stability(value=Stable) public CfnContactChannel.Builder channelAddress(String channelAddress)
channelAddress - The details that Incident Manager uses when trying to engage the contact channel. This parameter is required.this@Stability(value=Stable) public CfnContactChannel.Builder channelName(String channelName)
channelName - The name of the contact channel. This parameter is required.this@Stability(value=Stable) public CfnContactChannel.Builder channelType(String channelType)
channelType - The type of the contact channel. Incident Manager supports three contact methods:. This parameter is required.this@Stability(value=Stable) public CfnContactChannel.Builder contactId(String contactId)
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 CfnContactChannel.Builder deferActivation(Boolean deferActivation)
Incident Manager can't engage your contact channel until it has been activated.
deferActivation - If you want to activate the channel at a later time, you can choose to defer activation. This parameter is required.this@Stability(value=Stable) public CfnContactChannel.Builder deferActivation(IResolvable deferActivation)
Incident Manager can't engage your contact channel until it has been activated.
deferActivation - If you want to activate the channel at a later time, you can choose to defer activation. This parameter is required.this@Stability(value=Stable) public CfnContactChannel build()
build in interface software.amazon.jsii.Builder<CfnContactChannel>Copyright © 2022. All rights reserved.