Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ToolArguments.Builder
Packages that use ToolArguments.Builder
-
Uses of ToolArguments.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ToolArguments.BuilderModifier and TypeMethodDescriptionstatic ToolArguments.BuilderToolArguments.builder()ToolArguments.Builder.clearContext(Boolean clearContext) Whether to clear the context for the tool.The code to execute in a code interpreter session.The command to execute with the tool.ToolArguments.Builder.content(Collection<InputContentBlock> content) The content for the tool operation.ToolArguments.Builder.content(Consumer<InputContentBlock.Builder>... content) The content for the tool operation.ToolArguments.Builder.content(InputContentBlock... content) The content for the tool operation.ToolArguments.Builder.directoryPath(String directoryPath) The directory path for the tool operation.The programming language of the code to execute.ToolArguments.Builder.language(ProgrammingLanguage language) The programming language of the code to execute.The path for the tool operation.The paths for the tool operation.ToolArguments.Builder.paths(Collection<String> paths) The paths for the tool operation.The runtime environment to use for code execution.ToolArguments.Builder.runtime(LanguageRuntime runtime) The runtime environment to use for code execution.The identifier of the task for the tool operation.ToolArguments.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ToolArguments.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ToolArguments.Builder>ToolArguments.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ToolArguments.BuilderModifier and TypeMethodDescriptionInvokeCodeInterpreterRequest.Builder.arguments(Consumer<ToolArguments.Builder> arguments) The arguments for the code interpreter.