@Stability(value=Stable) public static final class CfnContact.Builder extends Object implements software.amazon.jsii.Builder<CfnContact>
CfnContact.| Modifier and Type | Method and Description |
|---|---|
CfnContact.Builder |
alias(String alias)
The unique and identifiable alias of the contact or escalation plan.
|
CfnContact |
build() |
static CfnContact.Builder |
create(software.constructs.Construct scope,
String id) |
CfnContact.Builder |
displayName(String displayName)
The full name of the contact or escalation plan.
|
CfnContact.Builder |
plan(IResolvable plan)
A list of stages.
|
CfnContact.Builder |
plan(List<? extends Object> plan)
A list of stages.
|
CfnContact.Builder |
type(String type)
Refers to the type of contact.
|
@Stability(value=Stable) public static CfnContact.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.CfnContact.ChannelTargetInfoProperty.Builder.@Stability(value=Stable) public CfnContact.Builder alias(String alias)
alias - The unique and identifiable alias of the contact or escalation plan. This parameter is required.this@Stability(value=Stable) public CfnContact.Builder displayName(String displayName)
displayName - The full name of the contact or escalation plan. This parameter is required.this@Stability(value=Stable) public CfnContact.Builder plan(IResolvable plan)
A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts.
plan - A list of stages. This parameter is required.this@Stability(value=Stable) public CfnContact.Builder plan(List<? extends Object> plan)
A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts.
plan - A list of stages. This parameter is required.this@Stability(value=Stable) public CfnContact.Builder type(String type)
A single contact is type PERSONAL and an escalation plan is type ESCALATION .
type - Refers to the type of contact. This parameter is required.this@Stability(value=Stable) public CfnContact build()
build in interface software.amazon.jsii.Builder<CfnContact>Copyright © 2022. All rights reserved.