Uses of Interface
software.amazon.awssdk.services.qbusiness.model.PluginConfiguration.Builder
-
Packages that use PluginConfiguration.Builder Package Description software.amazon.awssdk.services.qbusiness.model -
-
Uses of PluginConfiguration.Builder in software.amazon.awssdk.services.qbusiness.model
Methods in software.amazon.awssdk.services.qbusiness.model that return PluginConfiguration.Builder Modifier and Type Method Description static PluginConfiguration.BuilderPluginConfiguration. builder()PluginConfiguration.BuilderPluginConfiguration.Builder. pluginId(String pluginId)The identifier of the plugin you want to use.PluginConfiguration.BuilderPluginConfiguration. toBuilder()Methods in software.amazon.awssdk.services.qbusiness.model that return types with arguments of type PluginConfiguration.Builder Modifier and Type Method Description static Class<? extends PluginConfiguration.Builder>PluginConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.qbusiness.model with type arguments of type PluginConfiguration.Builder Modifier and Type Method Description static ChatModeConfigurationChatModeConfiguration. fromPluginConfiguration(Consumer<PluginConfiguration.Builder> pluginConfiguration)Create an instance of this class withChatModeConfiguration.pluginConfiguration()initialized to the given value.default ChatModeConfiguration.BuilderChatModeConfiguration.Builder. pluginConfiguration(Consumer<PluginConfiguration.Builder> pluginConfiguration)Configuration information required to invoke chat inPLUGIN_MODE.
-