Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.AgentActionGroup.Builder
Packages that use AgentActionGroup.Builder
-
Uses of AgentActionGroup.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return AgentActionGroup.BuilderModifier and TypeMethodDescriptiondefault 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.AgentActionGroup.Builder.actionGroupExecutor(ActionGroupExecutor 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.AgentActionGroup.Builder.actionGroupName(String actionGroupName) The name of the action group.default AgentActionGroup.BuilderAgentActionGroup.Builder.apiSchema(Consumer<APISchema.Builder> apiSchema) Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.Contains either details about the S3 object containing the OpenAPI schema for the action group or the JSON or YAML-formatted payload defining the schema.static AgentActionGroup.BuilderAgentActionGroup.builder()AgentActionGroup.Builder.description(String description) A description of the action group.default AgentActionGroup.BuilderAgentActionGroup.Builder.functionSchema(Consumer<FunctionSchema.Builder> functionSchema) Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.AgentActionGroup.Builder.functionSchema(FunctionSchema functionSchema) Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.AgentActionGroup.Builder.parentActionGroupSignature(String parentActionGroupSignature) Specify a built-in or computer use action for this action group.AgentActionGroup.Builder.parentActionGroupSignature(ActionGroupSignature parentActionGroupSignature) Specify a built-in or computer use action for this action group.AgentActionGroup.Builder.parentActionGroupSignatureParams(Map<String, String> parentActionGroupSignatureParams) The configuration settings for a computer use action.AgentActionGroup.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type AgentActionGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentActionGroup.Builder>AgentActionGroup.serializableBuilderClass()