static ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.builder() |
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.chatConfigurationArn(String chatConfigurationArn) |
The ARN of the ChimeWebhookConfiguration.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.configurationName(String configurationName) |
The name of the configuration.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.iamRoleArn(String iamRoleArn) |
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.loggingLevel(String loggingLevel) |
Specifies the logging level for this configuration.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.snsTopicArns(String... snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.snsTopicArns(Collection<String> snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.tags(Collection<Tag> tags) |
A list of tags applied to the configuration.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.tags(Consumer<Tag.Builder>... tags) |
A list of tags applied to the configuration.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.tags(Tag... tags) |
A list of tags applied to the configuration.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.toBuilder() |
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.webhookDescription(String webhookDescription) |
Description of the webhook.
|