Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ToolDescriptionConfigurationBundle.Builder
Packages that use ToolDescriptionConfigurationBundle.Builder
-
Uses of ToolDescriptionConfigurationBundle.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ToolDescriptionConfigurationBundle.BuilderModifier and TypeMethodDescriptionToolDescriptionConfigurationBundle.builder()The Amazon Resource Name (ARN) of the configuration bundle.ToolDescriptionConfigurationBundle.toBuilder()ToolDescriptionConfigurationBundle.Builder.tools(Collection<ConfigurationBundleToolEntry> tools) The list of tool entries mapping tool names to their JSON paths within the bundle.ToolDescriptionConfigurationBundle.Builder.tools(Consumer<ConfigurationBundleToolEntry.Builder>... tools) The list of tool entries mapping tool names to their JSON paths within the bundle.ToolDescriptionConfigurationBundle.Builder.tools(ConfigurationBundleToolEntry... tools) The list of tool entries mapping tool names to their JSON paths within the bundle.The version identifier of the configuration bundle.Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ToolDescriptionConfigurationBundle.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolDescriptionConfigurationBundle.Builder>ToolDescriptionConfigurationBundle.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ToolDescriptionConfigurationBundle.BuilderModifier and TypeMethodDescriptiondefault ToolDescriptionSource.BuilderToolDescriptionSource.Builder.configurationBundle(Consumer<ToolDescriptionConfigurationBundle.Builder> configurationBundle) Tool descriptions sourced from a configuration bundle version.static ToolDescriptionSourceToolDescriptionSource.fromConfigurationBundle(Consumer<ToolDescriptionConfigurationBundle.Builder> configurationBundle) Create an instance of this class withToolDescriptionSource.configurationBundle()initialized to the given value.