Uses of Class
software.amazon.awscdk.services.connect.CfnRule.ActionsProperty.Builder
-
Uses of CfnRule.ActionsProperty.Builder in software.amazon.awscdk.services.connect
Modifier and TypeMethodDescriptionCfnRule.ActionsProperty.Builder.assignContactCategoryActions
(List<? extends Object> assignContactCategoryActions) Sets the value ofCfnRule.ActionsProperty.getAssignContactCategoryActions()
CfnRule.ActionsProperty.Builder.assignContactCategoryActions
(IResolvable assignContactCategoryActions) Sets the value ofCfnRule.ActionsProperty.getAssignContactCategoryActions()
CfnRule.ActionsProperty.builder()
CfnRule.ActionsProperty.Builder.eventBridgeActions
(List<? extends Object> eventBridgeActions) Sets the value ofCfnRule.ActionsProperty.getEventBridgeActions()
CfnRule.ActionsProperty.Builder.eventBridgeActions
(IResolvable eventBridgeActions) Sets the value ofCfnRule.ActionsProperty.getEventBridgeActions()
CfnRule.ActionsProperty.Builder.sendNotificationActions
(List<? extends Object> sendNotificationActions) Sets the value ofCfnRule.ActionsProperty.getSendNotificationActions()
CfnRule.ActionsProperty.Builder.sendNotificationActions
(IResolvable sendNotificationActions) Sets the value ofCfnRule.ActionsProperty.getSendNotificationActions()
CfnRule.ActionsProperty.Builder.taskActions
(List<? extends Object> taskActions) Sets the value ofCfnRule.ActionsProperty.getTaskActions()
CfnRule.ActionsProperty.Builder.taskActions
(IResolvable taskActions) Sets the value ofCfnRule.ActionsProperty.getTaskActions()
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRule.ActionsProperty.Builder
.