static CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.builder() |
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.configurationName(String configurationName) |
The name of the configuration.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.iamRoleArn(String iamRoleArn) |
This is a user-defined role that AWS Chatbot will assume.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.loggingLevel(String loggingLevel) |
Logging levels include ERROR, INFO, or NONE.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.snsTopicArns(String... snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.snsTopicArns(Collection<String> snsTopicArns) |
The ARNs of the SNS topics that deliver notifications to AWS Chatbot.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.toBuilder() |
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.webhookDescription(String webhookDescription) |
Description of the webhook.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.webhookUrl(String webhookUrl) |
URL for the Chime webhook.
|