@Stability(value=Stable) public static final class CfnContactProps.Builder extends Object implements software.amazon.jsii.Builder<CfnContactProps>
CfnContactProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContactProps.Builder |
alias(String alias)
Sets the value of
CfnContactProps.getAlias() |
CfnContactProps |
build()
Builds the configured instance.
|
CfnContactProps.Builder |
displayName(String displayName)
Sets the value of
CfnContactProps.getDisplayName() |
CfnContactProps.Builder |
plan(IResolvable plan)
Sets the value of
CfnContactProps.getPlan() |
CfnContactProps.Builder |
plan(List<? extends Object> plan)
Sets the value of
CfnContactProps.getPlan() |
CfnContactProps.Builder |
type(String type)
Sets the value of
CfnContactProps.getType() |
@Stability(value=Stable) public CfnContactProps.Builder alias(String alias)
CfnContactProps.getAlias()alias - The unique and identifiable alias of the contact or escalation plan. This parameter is required.this@Stability(value=Stable) public CfnContactProps.Builder displayName(String displayName)
CfnContactProps.getDisplayName()displayName - The full name of the contact or escalation plan. This parameter is required.this@Stability(value=Stable) public CfnContactProps.Builder plan(IResolvable plan)
CfnContactProps.getPlan()plan - A list of stages. This parameter is required.
A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts.this@Stability(value=Stable) public CfnContactProps.Builder plan(List<? extends Object> plan)
CfnContactProps.getPlan()plan - A list of stages. This parameter is required.
A contact has an engagement plan with stages that contact specified contact channels. An escalation plan uses stages that contact specified contacts.this@Stability(value=Stable) public CfnContactProps.Builder type(String type)
CfnContactProps.getType()type - Refers to the type of contact. This parameter is required.
A single contact is type PERSONAL and an escalation plan is type ESCALATION .this@Stability(value=Stable) public CfnContactProps build()
build in interface software.amazon.jsii.Builder<CfnContactProps>CfnContactPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.