UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.agentId(String agentId) |
The unique identifier of the agent.
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.agentName(String agentName) |
Specifies a new name for the agent.
|
UpdateAgentRequest.Builder |
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.Builder |
UpdateAgentRequest.builder() |
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The Amazon Resource Name (ARN) of the KMS key with which to encrypt the agent.
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.description(String description) |
Specifies a new description of the agent.
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.foundationModel(String foundationModel) |
Specifies a new foundation model to be used for orchestration by the agent.
|
default UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) |
The unique Guardrail configuration assigned to the agent when it is updated.
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) |
The unique Guardrail configuration assigned to the agent when it is updated.
|
UpdateAgentRequest.Builder |
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 |
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.Builder |
UpdateAgentRequest.Builder.memoryConfiguration(Consumer<MemoryConfiguration.Builder> memoryConfiguration) |
Specifies the new memory configuration for the agent.
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) |
Specifies the new memory configuration for the agent.
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) |
Contains configurations to override prompts in different parts of an agent sequence.
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) |
Contains configurations to override prompts in different parts of an agent sequence.
|
UpdateAgentRequest.Builder |
UpdateAgentRequest.toBuilder() |
|