Uses of Interface
software.amazon.awssdk.services.chatbot.model.UpdateMicrosoftTeamsChannelConfigurationResponse.Builder
-
Packages that use UpdateMicrosoftTeamsChannelConfigurationResponse.Builder Package Description software.amazon.awssdk.services.chatbot.model -
-
Uses of UpdateMicrosoftTeamsChannelConfigurationResponse.Builder in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return UpdateMicrosoftTeamsChannelConfigurationResponse.Builder Modifier and Type Method Description static UpdateMicrosoftTeamsChannelConfigurationResponse.BuilderUpdateMicrosoftTeamsChannelConfigurationResponse. builder()default UpdateMicrosoftTeamsChannelConfigurationResponse.BuilderUpdateMicrosoftTeamsChannelConfigurationResponse.Builder. channelConfiguration(Consumer<TeamsChannelConfiguration.Builder> channelConfiguration)The configuration for a Microsoft Teams channel configured with AWS Chatbot.UpdateMicrosoftTeamsChannelConfigurationResponse.BuilderUpdateMicrosoftTeamsChannelConfigurationResponse.Builder. channelConfiguration(TeamsChannelConfiguration channelConfiguration)The configuration for a Microsoft Teams channel configured with AWS Chatbot.UpdateMicrosoftTeamsChannelConfigurationResponse.BuilderUpdateMicrosoftTeamsChannelConfigurationResponse. toBuilder()Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type UpdateMicrosoftTeamsChannelConfigurationResponse.Builder Modifier and Type Method Description static Class<? extends UpdateMicrosoftTeamsChannelConfigurationResponse.Builder>UpdateMicrosoftTeamsChannelConfigurationResponse. serializableBuilderClass()
-