static UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.builder() |
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.Builder.chatConfigurationArn(String chatConfigurationArn) |
The ARN of the ChimeWebhookConfiguration to update.
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.Builder.iamRoleArn(String iamRoleArn) |
The ARN of the IAM role that defines the permissions for AWS Chatbot.
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.Builder.loggingLevel(String loggingLevel) |
Logging levels include ERROR, INFO, or NONE.
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.Builder.snsTopicArns(String... snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.Builder.snsTopicArns(Collection<String> snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.toBuilder() |
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.Builder.webhookDescription(String webhookDescription) |
Description of the webhook.
|
UpdateChimeWebhookConfigurationRequest.Builder |
UpdateChimeWebhookConfigurationRequest.Builder.webhookUrl(String webhookUrl) |
URL for the Chime webhook.
|