Class CfnNotificationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnNotificationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnNotificationPropsMixin>
- Enclosing class:
CfnNotificationPropsMixin
@Stability(Stable)
public static final class CfnNotificationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnNotificationPropsMixin>
A fluent builder for
CfnNotificationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()The content of a notification.content(IResolvable content) The content of a notification.create()create(CfnPropertyMixinOptions options) The time a notification will expire.instanceArn(String instanceArn) The identifier of the Amazon Connect instance.The priority of notification.recipients(List<String> recipients) The recipients of the notification.One or more tags.
-
Method Details
-
create
@Stability(Stable) public static CfnNotificationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnNotificationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnNotificationPropsMixin.Builder.
-
content
The content of a notification.- Parameters:
content- The content of a notification. This parameter is required.- Returns:
this- See Also:
-
content
@Stability(Stable) public CfnNotificationPropsMixin.Builder content(CfnNotificationPropsMixin.NotificationContentProperty content) The content of a notification.- Parameters:
content- The content of a notification. This parameter is required.- Returns:
this- See Also:
-
expiresAt
The time a notification will expire.- Parameters:
expiresAt- The time a notification will expire. This parameter is required.- Returns:
this- See Also:
-
instanceArn
The identifier of the Amazon Connect instance.- Parameters:
instanceArn- The identifier of the Amazon Connect instance. This parameter is required.- Returns:
this- See Also:
-
priority
The priority of notification.In the Amazon Connect console, when you create a notification, you are prompted to assign one of the following priorities: High (HIGH) or LOW (LOW)
- Parameters:
priority- The priority of notification. This parameter is required.- Returns:
this- See Also:
-
recipients
The recipients of the notification.- Parameters:
recipients- The recipients of the notification. This parameter is required.- Returns:
this- See Also:
-
tags
One or more tags.- Parameters:
tags- One or more tags. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnNotificationPropsMixin>- Returns:
- a newly built instance of
CfnNotificationPropsMixin.
-