Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.UpdateAgentRequest.Builder
Packages that use UpdateAgentRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of UpdateAgentRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type UpdateAgentRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<UpdateAgentResponse>BedrockAgentAsyncClient.updateAgent(Consumer<UpdateAgentRequest.Builder> updateAgentRequest) Updates the configuration of an agent.default UpdateAgentResponseBedrockAgentClient.updateAgent(Consumer<UpdateAgentRequest.Builder> updateAgentRequest) Updates the configuration of an agent. -
Uses of UpdateAgentRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return UpdateAgentRequest.BuilderModifier and TypeMethodDescriptionUpdateAgentRequest.Builder.agentCollaboration(String agentCollaboration) The agent's collaboration role.UpdateAgentRequest.Builder.agentCollaboration(AgentCollaboration agentCollaboration) The agent's collaboration role.The unique identifier of the agent.Specifies a new name for the agent.UpdateAgentRequest.Builder.agentResourceRoleArn(String agentResourceRoleArn) The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.static UpdateAgentRequest.BuilderUpdateAgentRequest.builder()UpdateAgentRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.default UpdateAgentRequest.BuilderUpdateAgentRequest.Builder.customOrchestration(Consumer<CustomOrchestration.Builder> customOrchestration) Contains details of the custom orchestration configured for the agent.UpdateAgentRequest.Builder.customOrchestration(CustomOrchestration customOrchestration) Contains details of the custom orchestration configured for the agent.UpdateAgentRequest.Builder.description(String description) Specifies a new description of the agent.UpdateAgentRequest.Builder.foundationModel(String foundationModel) The identifier for the model that you want to be used for orchestration by the agent you create.default UpdateAgentRequest.BuilderUpdateAgentRequest.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) The unique Guardrail configuration assigned to the agent when it is updated.UpdateAgentRequest.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) The unique Guardrail configuration assigned to the agent when it is updated.UpdateAgentRequest.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.UpdateAgentRequest.Builder.instruction(String instruction) Specifies new instructions that tell the agent what it should do and how it should interact with users.default UpdateAgentRequest.BuilderUpdateAgentRequest.Builder.memoryConfiguration(Consumer<MemoryConfiguration.Builder> memoryConfiguration) Specifies the new memory configuration for the agent.UpdateAgentRequest.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) Specifies the new memory configuration for the agent.UpdateAgentRequest.Builder.orchestrationType(String orchestrationType) Specifies the type of orchestration strategy for the agent.UpdateAgentRequest.Builder.orchestrationType(OrchestrationType orchestrationType) Specifies the type of orchestration strategy for the agent.UpdateAgentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) UpdateAgentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) default UpdateAgentRequest.BuilderUpdateAgentRequest.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) Contains configurations to override prompts in different parts of an agent sequence.UpdateAgentRequest.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) Contains configurations to override prompts in different parts of an agent sequence.UpdateAgentRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type UpdateAgentRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends UpdateAgentRequest.Builder>UpdateAgentRequest.serializableBuilderClass()