Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ActionGroupExecutor.Builder
-
Packages that use ActionGroupExecutor.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ActionGroupExecutor.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ActionGroupExecutor.Builder Modifier and Type Method Description static ActionGroupExecutor.BuilderActionGroupExecutor. builder()ActionGroupExecutor.BuilderActionGroupExecutor.Builder. customControl(String customControl)To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_CONTROL.ActionGroupExecutor.BuilderActionGroupExecutor.Builder. customControl(CustomControlMethod customControl)To return the action group invocation results directly in theInvokeInlineAgentresponse, specifyRETURN_CONTROL.ActionGroupExecutor.BuilderActionGroupExecutor.Builder. lambda(String lambda)The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action.ActionGroupExecutor.BuilderActionGroupExecutor. toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ActionGroupExecutor.Builder Modifier and Type Method Description static Class<? extends ActionGroupExecutor.Builder>ActionGroupExecutor. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ActionGroupExecutor.Builder Modifier and Type Method Description default AgentActionGroup.BuilderAgentActionGroup.Builder. actionGroupExecutor(Consumer<ActionGroupExecutor.Builder> actionGroupExecutor)The Amazon Resource Name (ARN) of the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
-