@Stability(value=Stable) public static final class CfnContact.ContactTargetInfoProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnContact.ContactTargetInfoProperty>
CfnContact.ContactTargetInfoProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnContact.ContactTargetInfoProperty |
build()
Builds the configured instance.
|
CfnContact.ContactTargetInfoProperty.Builder |
contactId(String contactId)
Sets the value of
CfnContact.ContactTargetInfoProperty.getContactId() |
CfnContact.ContactTargetInfoProperty.Builder |
isEssential(Boolean isEssential)
Sets the value of
CfnContact.ContactTargetInfoProperty.getIsEssential() |
CfnContact.ContactTargetInfoProperty.Builder |
isEssential(IResolvable isEssential)
Sets the value of
CfnContact.ContactTargetInfoProperty.getIsEssential() |
@Stability(value=Stable) public CfnContact.ContactTargetInfoProperty.Builder contactId(String contactId)
CfnContact.ContactTargetInfoProperty.getContactId()contactId - The Amazon Resource Name (ARN) of the contact. This parameter is required.this@Stability(value=Stable) public CfnContact.ContactTargetInfoProperty.Builder isEssential(Boolean isEssential)
CfnContact.ContactTargetInfoProperty.getIsEssential()isEssential - A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan. This parameter is required.this@Stability(value=Stable) public CfnContact.ContactTargetInfoProperty.Builder isEssential(IResolvable isEssential)
CfnContact.ContactTargetInfoProperty.getIsEssential()isEssential - A Boolean value determining if the contact's acknowledgement stops the progress of stages in the plan. This parameter is required.this@Stability(value=Stable) public CfnContact.ContactTargetInfoProperty build()
build in interface software.amazon.jsii.Builder<CfnContact.ContactTargetInfoProperty>CfnContact.ContactTargetInfoPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.