Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.chatbot.CfnCustomActionPropsMixin.Builder
Packages that use CfnCustomActionPropsMixin.Builder
-
Uses of CfnCustomActionPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.chatbot
Methods in software.amazon.awscdk.cfnpropertymixins.services.chatbot that return CfnCustomActionPropsMixin.BuilderModifier and TypeMethodDescriptionCfnCustomActionPropsMixin.Builder.actionName(String actionName) The name of the custom action.The name used to invoke this action in a chat channel.CfnCustomActionPropsMixin.Builder.attachments(List<? extends Object> attachments) Defines when this custom action button should be attached to a notification.CfnCustomActionPropsMixin.Builder.attachments(IResolvable attachments) Defines when this custom action button should be attached to a notification.CfnCustomActionPropsMixin.Builder.create()CfnCustomActionPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnCustomActionPropsMixin.Builder.definition(CfnCustomActionPropsMixin.CustomActionDefinitionProperty definition) The definition of the command to run when invoked as an alias or as an action button.CfnCustomActionPropsMixin.Builder.definition(IResolvable 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.