@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 - `AWS::SSMContacts::Contact.Alias`. This parameter is required.this@Stability(value=Stable) public CfnContactProps.Builder displayName(String displayName)
CfnContactProps.getDisplayName()displayName - `AWS::SSMContacts::Contact.DisplayName`. This parameter is required.this@Stability(value=Stable) public CfnContactProps.Builder plan(IResolvable plan)
CfnContactProps.getPlan()plan - `AWS::SSMContacts::Contact.Plan`. This parameter is required.this@Stability(value=Stable) public CfnContactProps.Builder plan(List<? extends Object> plan)
CfnContactProps.getPlan()plan - `AWS::SSMContacts::Contact.Plan`. This parameter is required.this@Stability(value=Stable) public CfnContactProps.Builder type(String type)
CfnContactProps.getType()type - `AWS::SSMContacts::Contact.Type`. This parameter is required.this@Stability(value=Stable) public CfnContactProps build()
build in interface software.amazon.jsii.Builder<CfnContactProps>CfnContactPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.