Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.CreateAgentActionGroupRequest.Builder
Packages that use CreateAgentActionGroupRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of CreateAgentActionGroupRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type CreateAgentActionGroupRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.createAgentActionGroup(Consumer<CreateAgentActionGroupRequest.Builder> createAgentActionGroupRequest) Creates an action group for an agent.default CreateAgentActionGroupResponseBedrockAgentClient.createAgentActionGroup(Consumer<CreateAgentActionGroupRequest.Builder> createAgentActionGroupRequest) Creates an action group for an agent. -
Uses of CreateAgentActionGroupRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return CreateAgentActionGroupRequest.BuilderModifier and TypeMethodDescriptionCreateAgentActionGroupRequest.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.CreateAgentActionGroupRequest.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.CreateAgentActionGroupRequest.Builder.actionGroupName(String actionGroupName) The name to give the action group.CreateAgentActionGroupRequest.Builder.actionGroupState(String actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.CreateAgentActionGroupRequest.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 for which to create the action group.CreateAgentActionGroupRequest.Builder.agentVersion(String agentVersion) The version of the agent for which to create the action group.CreateAgentActionGroupRequest.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.CreateAgentActionGroupRequest.builder()CreateAgentActionGroupRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.CreateAgentActionGroupRequest.Builder.description(String description) A description of the action group.CreateAgentActionGroupRequest.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.CreateAgentActionGroupRequest.Builder.functionSchema(FunctionSchema functionSchema) Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.CreateAgentActionGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) CreateAgentActionGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) CreateAgentActionGroupRequest.Builder.parentActionGroupSignature(String parentActionGroupSignature) Specify a built-in or computer use action for this action group.CreateAgentActionGroupRequest.Builder.parentActionGroupSignature(ActionGroupSignature parentActionGroupSignature) Specify a built-in or computer use action for this action group.CreateAgentActionGroupRequest.Builder.parentActionGroupSignatureParams(Map<String, String> parentActionGroupSignatureParams) The configuration settings for a computer use action.CreateAgentActionGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type CreateAgentActionGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CreateAgentActionGroupRequest.Builder>CreateAgentActionGroupRequest.serializableBuilderClass()