static CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.builder() |
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.configurationName(String configurationName) |
The name of the configuration.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.iamRoleArn(String iamRoleArn) |
A user-defined role that AWS Chatbot assumes.
|
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 Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.snsTopicArns(Collection<String> snsTopicArns) |
The Amazon Resource Names (ARNs) of the SNS topics that deliver notifications to AWS Chatbot.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.tags(Collection<Tag> tags) |
A map of tags assigned to a resource.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
A map of tags assigned to a resource.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.tags(Tag... tags) |
A map of tags assigned to a resource.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.toBuilder() |
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.webhookDescription(String webhookDescription) |
A description of the webhook.
|
CreateChimeWebhookConfigurationRequest.Builder |
CreateChimeWebhookConfigurationRequest.Builder.webhookUrl(String webhookUrl) |
The URL for the Amazon Chime webhook.
|