Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.AgentActionGroup.Builder
Packages that use AgentActionGroup.Builder
-
Uses of AgentActionGroup.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.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.actionGroupId(String actionGroupId) The unique identifier of the action group.AgentActionGroup.Builder.actionGroupName(String actionGroupName) The name of the action group.AgentActionGroup.Builder.actionGroupState(String actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.AgentActionGroup.Builder.actionGroupState(ActionGroupState actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.The unique identifier of the agent to which the action group belongs.AgentActionGroup.Builder.agentVersion(String agentVersion) The version of the agent to which the action group belongs.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.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.The time at which the action group was created.AgentActionGroup.Builder.description(String description) The description of the action group.default AgentActionGroup.BuilderAgentActionGroup.Builder.functionSchema(Consumer<FunctionSchema.Builder> functionSchema) Defines functions that each define parameters that the agent needs to invoke from the user.AgentActionGroup.Builder.functionSchema(FunctionSchema functionSchema) Defines functions that each define parameters that the agent needs to invoke from the user.AgentActionGroup.Builder.parentActionGroupSignatureParams(Map<String, String> parentActionGroupSignatureParams) The configuration settings for a computer use action.AgentActionGroup.Builder.parentActionSignature(String parentActionSignature) If this field is set asAMAZON.UserInput, the agent can request the user for additional information when trying to complete a task.AgentActionGroup.Builder.parentActionSignature(ActionGroupSignature parentActionSignature) If this field is set asAMAZON.UserInput, the agent can request the user for additional information when trying to complete a task.AgentActionGroup.toBuilder()The time at which the action group was last updated.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type AgentActionGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends AgentActionGroup.Builder>AgentActionGroup.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type AgentActionGroup.BuilderModifier and TypeMethodDescriptionCreateAgentActionGroupResponse.Builder.agentActionGroup(Consumer<AgentActionGroup.Builder> agentActionGroup) Contains details about the action group that was created.GetAgentActionGroupResponse.Builder.agentActionGroup(Consumer<AgentActionGroup.Builder> agentActionGroup) Contains details about the action group.UpdateAgentActionGroupResponse.Builder.agentActionGroup(Consumer<AgentActionGroup.Builder> agentActionGroup) Contains details about the action group that was updated.