Uses of Class
software.amazon.awscdk.services.chatbot.CfnCustomAction.Builder
Packages that use CfnCustomAction.Builder
-
Uses of CfnCustomAction.Builder in software.amazon.awscdk.services.chatbot
Methods in software.amazon.awscdk.services.chatbot that return CfnCustomAction.BuilderModifier and TypeMethodDescriptionCfnCustomAction.Builder.actionName(String actionName) The name of the custom action.The name used to invoke this action in a chat channel.CfnCustomAction.Builder.attachments(List<? extends Object> attachments) Defines when this custom action button should be attached to a notification.CfnCustomAction.Builder.attachments(IResolvable attachments) Defines when this custom action button should be attached to a notification.static CfnCustomAction.BuilderCfnCustomAction.Builder.definition(IResolvable definition) The definition of the command to run when invoked as an alias or as an action button.CfnCustomAction.Builder.definition(CfnCustomAction.CustomActionDefinitionProperty definition) The definition of the command to run when invoked as an alias or as an action button.The tags to add to the configuration.