CustomAction.Builder |
CustomAction.Builder.actionName(String actionName) |
The name of the custom action that is included in the ARN.
|
CustomAction.Builder |
CustomAction.Builder.aliasName(String aliasName) |
The name used to invoke this action in the chat channel.
|
CustomAction.Builder |
CustomAction.Builder.attachments(Collection<CustomActionAttachment> attachments) |
Defines when this custom action button should be attached to a notification.
|
CustomAction.Builder |
CustomAction.Builder.attachments(Consumer<CustomActionAttachment.Builder>... attachments) |
Defines when this custom action button should be attached to a notification.
|
CustomAction.Builder |
CustomAction.Builder.attachments(CustomActionAttachment... attachments) |
Defines when this custom action button should be attached to a notification.
|
static CustomAction.Builder |
CustomAction.builder() |
|
CustomAction.Builder |
CustomAction.Builder.customActionArn(String customActionArn) |
The fully defined Amazon Resource Name (ARN) of the custom action.
|
default CustomAction.Builder |
CustomAction.Builder.definition(Consumer<CustomActionDefinition.Builder> definition) |
The definition of the command to run when invoked an alias or as an action button.
|
CustomAction.Builder |
CustomAction.Builder.definition(CustomActionDefinition definition) |
The definition of the command to run when invoked an alias or as an action button.
|
CustomAction.Builder |
CustomAction.toBuilder() |
|