Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ActionGroupInvocationInput.Builder
Packages that use ActionGroupInvocationInput.Builder
-
Uses of ActionGroupInvocationInput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ActionGroupInvocationInput.BuilderModifier and TypeMethodDescriptionActionGroupInvocationInput.Builder.actionGroupName(String actionGroupName) The name of the action group.The path to the API to call, based off the action group.ActionGroupInvocationInput.builder()ActionGroupInvocationInput.Builder.executionType(String executionType) How fulfillment of the action is handled.ActionGroupInvocationInput.Builder.executionType(ExecutionType executionType) How fulfillment of the action is handled.The function in the action group to call.ActionGroupInvocationInput.Builder.invocationId(String invocationId) The unique identifier of the invocation.ActionGroupInvocationInput.Builder.parameters(Collection<Parameter> parameters) The parameters in the Lambda input event.ActionGroupInvocationInput.Builder.parameters(Consumer<Parameter.Builder>... parameters) The parameters in the Lambda input event.ActionGroupInvocationInput.Builder.parameters(Parameter... parameters) The parameters in the Lambda input event.ActionGroupInvocationInput.Builder.requestBody(Consumer<RequestBody.Builder> requestBody) The parameters in the request body for the Lambda input event.ActionGroupInvocationInput.Builder.requestBody(RequestBody requestBody) The parameters in the request body for the Lambda input event.ActionGroupInvocationInput.toBuilder()The API method being used, based off the action group.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ActionGroupInvocationInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ActionGroupInvocationInput.Builder>ActionGroupInvocationInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ActionGroupInvocationInput.BuilderModifier and TypeMethodDescriptiondefault InvocationInput.BuilderInvocationInput.Builder.actionGroupInvocationInput(Consumer<ActionGroupInvocationInput.Builder> actionGroupInvocationInput) Contains information about the action group to be invoked.