Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentActionGroupRequest.Builder
Packages that use UpdateAgentActionGroupRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateAgentActionGroupRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdateAgentActionGroupRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.updateAgentActionGroup(Consumer<UpdateAgentActionGroupRequest.Builder> updateAgentActionGroupRequest) Updates the configuration for an action group for an agent.default UpdateAgentActionGroupResponseBedrockAgentClient.updateAgentActionGroup(Consumer<UpdateAgentActionGroupRequest.Builder> updateAgentActionGroupRequest) Updates the configuration for an action group for an agent. -
Uses of UpdateAgentActionGroupRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdateAgentActionGroupRequest.BuilderModifier and TypeMethodDescriptionUpdateAgentActionGroupRequest.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.UpdateAgentActionGroupRequest.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.UpdateAgentActionGroupRequest.Builder.actionGroupId(String actionGroupId) The unique identifier of the action group.UpdateAgentActionGroupRequest.Builder.actionGroupName(String actionGroupName) Specifies a new name for the action group.UpdateAgentActionGroupRequest.Builder.actionGroupState(String actionGroupState) Specifies whether the action group is available for the agent to invoke or not when sending an InvokeAgent request.UpdateAgentActionGroupRequest.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 update the action group.UpdateAgentActionGroupRequest.Builder.agentVersion(String agentVersion) The unique identifier of the agent version for which to update the action group.UpdateAgentActionGroupRequest.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.UpdateAgentActionGroupRequest.builder()UpdateAgentActionGroupRequest.Builder.description(String description) Specifies a new name for the action group.UpdateAgentActionGroupRequest.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.UpdateAgentActionGroupRequest.Builder.functionSchema(FunctionSchema functionSchema) Contains details about the function schema for the action group or the JSON or YAML-formatted payload defining the schema.UpdateAgentActionGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateAgentActionGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) UpdateAgentActionGroupRequest.Builder.parentActionGroupSignature(String parentActionGroupSignature) Update the built-in or computer use action for this action group.UpdateAgentActionGroupRequest.Builder.parentActionGroupSignature(ActionGroupSignature parentActionGroupSignature) Update the built-in or computer use action for this action group.UpdateAgentActionGroupRequest.Builder.parentActionGroupSignatureParams(Map<String, String> parentActionGroupSignatureParams) The configuration settings for a computer use action.UpdateAgentActionGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateAgentActionGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAgentActionGroupRequest.Builder>UpdateAgentActionGroupRequest.serializableBuilderClass()