CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.actionName(String actionName) |
The name of the custom action.
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.aliasName(String aliasName) |
The name used to invoke this action in a chat channel.
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.attachments(Collection<CustomActionAttachment> attachments) |
Defines when this custom action button should be attached to a notification.
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.attachments(Consumer<CustomActionAttachment.Builder>... attachments) |
Defines when this custom action button should be attached to a notification.
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.attachments(CustomActionAttachment... attachments) |
Defines when this custom action button should be attached to a notification.
|
static CreateCustomActionRequest.Builder |
CreateCustomActionRequest.builder() |
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
default CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.definition(Consumer<CustomActionDefinition.Builder> definition) |
The definition of the command to run when invoked as an alias or as an action button.
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.definition(CustomActionDefinition definition) |
The definition of the command to run when invoked as an alias or as an action button.
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.tags(Collection<Tag> tags) |
A map of tags assigned to a resource.
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A map of tags assigned to a resource.
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.Builder.tags(Tag... tags) |
A map of tags assigned to a resource.
|
CreateCustomActionRequest.Builder |
CreateCustomActionRequest.toBuilder() |
|