static ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.builder() |
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.chatConfigurationArn(String chatConfigurationArn) |
The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.configurationName(String configurationName) |
The name of the configuration.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.iamRoleArn(String iamRoleArn) |
A user-defined role that AWS Chatbot assumes.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.loggingLevel(String loggingLevel) |
Logging levels include ERROR, INFO, or NONE.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.snsTopicArns(String... snsTopicArns) |
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.snsTopicArns(Collection<String> snsTopicArns) |
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.state(String state) |
Either ENABLED or DISABLED.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.stateReason(String stateReason) |
Provided if State is DISABLED.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.tags(Collection<Tag> tags) |
A map of tags assigned to a resource.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.tags(Consumer<Tag.Builder>... tags) |
A map of tags assigned to a resource.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.tags(Tag... tags) |
A map of tags assigned to a resource.
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.toBuilder() |
|
ChimeWebhookConfiguration.Builder |
ChimeWebhookConfiguration.Builder.webhookDescription(String webhookDescription) |
A description of the webhook.
|