Uses of Interface
software.amazon.awssdk.services.chatbot.model.ChimeWebhookConfiguration.Builder
-
Packages that use ChimeWebhookConfiguration.Builder Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of ChimeWebhookConfiguration.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return ChimeWebhookConfiguration.Builder Modifier and Type Method Description static ChimeWebhookConfiguration.BuilderChimeWebhookConfiguration. builder()ChimeWebhookConfiguration.BuilderChimeWebhookConfiguration.Builder. chatConfigurationArn(String chatConfigurationArn)The ARN of the ChimeWebhookConfiguration.ChimeWebhookConfiguration.BuilderChimeWebhookConfiguration.Builder. configurationName(String configurationName)The name of the configuration.ChimeWebhookConfiguration.BuilderChimeWebhookConfiguration.Builder. iamRoleArn(String iamRoleArn)The ARN of the IAM role that defines the permissions for AWS Chatbot.ChimeWebhookConfiguration.BuilderChimeWebhookConfiguration.Builder. loggingLevel(String loggingLevel)Specifies the logging level for this configuration.ChimeWebhookConfiguration.BuilderChimeWebhookConfiguration.Builder. snsTopicArns(String... snsTopicArns)The ARNs of the SNS topics that deliver notifications to AWS Chatbot.ChimeWebhookConfiguration.BuilderChimeWebhookConfiguration.Builder. snsTopicArns(Collection<String> snsTopicArns)The ARNs of the SNS topics that deliver notifications to AWS Chatbot.ChimeWebhookConfiguration.BuilderChimeWebhookConfiguration. toBuilder()ChimeWebhookConfiguration.BuilderChimeWebhookConfiguration.Builder. webhookDescription(String webhookDescription)Description of the webhook.Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type ChimeWebhookConfiguration.Builder Modifier and Type Method Description static Class<? extends ChimeWebhookConfiguration.Builder>ChimeWebhookConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type ChimeWebhookConfiguration.Builder Modifier and Type Method Description default CreateChimeWebhookConfigurationResponse.BuilderCreateChimeWebhookConfigurationResponse.Builder. webhookConfiguration(Consumer<ChimeWebhookConfiguration.Builder> webhookConfiguration)Chime webhook configuration.default UpdateChimeWebhookConfigurationResponse.BuilderUpdateChimeWebhookConfigurationResponse.Builder. webhookConfiguration(Consumer<ChimeWebhookConfiguration.Builder> webhookConfiguration)Chime webhook configuration.
-