Uses of Interface
software.amazon.awssdk.services.chatbot.model.UpdateChimeWebhookConfigurationRequest.Builder
-
Packages that use UpdateChimeWebhookConfigurationRequest.Builder Package Description software.amazon.awssdk.services.chatbot The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions.software.amazon.awssdk.services.chatbot.model -
-
Uses of UpdateChimeWebhookConfigurationRequest.Builder in software.amazon.awssdk.services.chatbot
Method parameters in software.amazon.awssdk.services.chatbot with type arguments of type UpdateChimeWebhookConfigurationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateChimeWebhookConfigurationResponse>ChatbotAsyncClient. updateChimeWebhookConfiguration(Consumer<UpdateChimeWebhookConfigurationRequest.Builder> updateChimeWebhookConfigurationRequest)Updates a Amazon Chime webhook configuration.default UpdateChimeWebhookConfigurationResponseChatbotClient. updateChimeWebhookConfiguration(Consumer<UpdateChimeWebhookConfigurationRequest.Builder> updateChimeWebhookConfigurationRequest)Updates a Amazon Chime webhook configuration. -
Uses of UpdateChimeWebhookConfigurationRequest.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return UpdateChimeWebhookConfigurationRequest.Builder Modifier and Type Method Description static UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest. builder()UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest.Builder. chatConfigurationArn(String chatConfigurationArn)The Amazon Resource Name (ARN) of the ChimeWebhookConfiguration to update.UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest.Builder. iamRoleArn(String iamRoleArn)A user-defined role that AWS Chatbot assumes.UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest.Builder. loggingLevel(String loggingLevel)Logging levels includeERROR,INFO, orNONE.UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest.Builder. snsTopicArns(String... snsTopicArns)The ARNs of the SNS topics that deliver notifications to AWS Chatbot.UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest.Builder. snsTopicArns(Collection<String> snsTopicArns)The ARNs of the SNS topics that deliver notifications to AWS Chatbot.UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest. toBuilder()UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest.Builder. webhookDescription(String webhookDescription)A description of the webhook.UpdateChimeWebhookConfigurationRequest.BuilderUpdateChimeWebhookConfigurationRequest.Builder. webhookUrl(String webhookUrl)The URL for the Amazon Chime webhook.Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type UpdateChimeWebhookConfigurationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateChimeWebhookConfigurationRequest.Builder>UpdateChimeWebhookConfigurationRequest. serializableBuilderClass()
-