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