Class CfnEmailContactPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.notificationscontacts.CfnEmailContactPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnEmailContactPropsMixin>
- Enclosing class:
CfnEmailContactPropsMixin
@Stability(Stable)
public static final class CfnEmailContactPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnEmailContactPropsMixin>
A fluent builder for
CfnEmailContactPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) emailAddress(String emailAddress) The email address of the contact.The name of the contact.A list of tags to apply to the email contact.
-
Method Details
-
create
@Stability(Stable) public static CfnEmailContactPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnEmailContactPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnEmailContactPropsMixin.Builder.
-
emailAddress
The email address of the contact.The activation and notification emails are sent here.
- Parameters:
emailAddress- The email address of the contact. This parameter is required.- Returns:
this- See Also:
-
name
The name of the contact.- Parameters:
name- The name of the contact. This parameter is required.- Returns:
this- See Also:
-
tags
A list of tags to apply to the email contact.- Parameters:
tags- A list of tags to apply to the email contact. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnEmailContactPropsMixin>- Returns:
- a newly built instance of
CfnEmailContactPropsMixin.
-