Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.ActionGroupExecutor.Builder
-
Packages that use ActionGroupExecutor.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of ActionGroupExecutor.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.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 theInvokeAgentresponse, specifyRETURN_CONTROL.ActionGroupExecutor.BuilderActionGroupExecutor.Builder. customControl(CustomControlMethod customControl)To return the action group invocation results directly in theInvokeAgentresponse, 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.bedrockagent.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.bedrockagent.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.default CreateAgentActionGroupRequest.BuilderCreateAgentActionGroupRequest.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.default UpdateAgentActionGroupRequest.BuilderUpdateAgentActionGroupRequest.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.
-