Agent.Builder |
Agent.Builder.agentArn(String agentArn) |
The Amazon Resource Name (ARN) of the agent.
|
Agent.Builder |
Agent.Builder.agentId(String agentId) |
The unique identifier of the agent.
|
Agent.Builder |
Agent.Builder.agentName(String agentName) |
The name of the agent.
|
Agent.Builder |
Agent.Builder.agentResourceRoleArn(String agentResourceRoleArn) |
The Amazon Resource Name (ARN) of the IAM role with permissions to invoke API operations on the agent.
|
Agent.Builder |
Agent.Builder.agentStatus(String agentStatus) |
The status of the agent and whether it is ready for use.
|
Agent.Builder |
Agent.Builder.agentStatus(AgentStatus agentStatus) |
The status of the agent and whether it is ready for use.
|
Agent.Builder |
Agent.Builder.agentVersion(String agentVersion) |
The version of the agent.
|
static Agent.Builder |
Agent.builder() |
|
Agent.Builder |
Agent.Builder.clientToken(String clientToken) |
A unique, case-sensitive identifier to ensure that the API request completes no more than one time.
|
Agent.Builder |
Agent.Builder.createdAt(Instant createdAt) |
The time at which the agent was created.
|
Agent.Builder |
Agent.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
The Amazon Resource Name (ARN) of the KMS key that encrypts the agent.
|
Agent.Builder |
Agent.Builder.description(String description) |
The description of the agent.
|
Agent.Builder |
Agent.Builder.failureReasons(String... failureReasons) |
Contains reasons that the agent-related API that you invoked failed.
|
Agent.Builder |
Agent.Builder.failureReasons(Collection<String> failureReasons) |
Contains reasons that the agent-related API that you invoked failed.
|
Agent.Builder |
Agent.Builder.foundationModel(String foundationModel) |
The foundation model used for orchestration by the agent.
|
default Agent.Builder |
Agent.Builder.guardrailConfiguration(Consumer<GuardrailConfiguration.Builder> guardrailConfiguration) |
Details about the guardrail associated with the agent.
|
Agent.Builder |
Agent.Builder.guardrailConfiguration(GuardrailConfiguration guardrailConfiguration) |
Details about the guardrail associated with the agent.
|
Agent.Builder |
Agent.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
The number of seconds for which Amazon Bedrock keeps information about a user's conversation with the agent.
|
Agent.Builder |
Agent.Builder.instruction(String instruction) |
Instructions that tell the agent what it should do and how it should interact with users.
|
default Agent.Builder |
Agent.Builder.memoryConfiguration(Consumer<MemoryConfiguration.Builder> memoryConfiguration) |
Contains memory configuration for the agent.
|
Agent.Builder |
Agent.Builder.memoryConfiguration(MemoryConfiguration memoryConfiguration) |
Contains memory configuration for the agent.
|
Agent.Builder |
Agent.Builder.preparedAt(Instant preparedAt) |
The time at which the agent was last prepared.
|
default Agent.Builder |
Agent.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) |
Contains configurations to override prompt templates in different parts of an agent sequence.
|
Agent.Builder |
Agent.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) |
Contains configurations to override prompt templates in different parts of an agent sequence.
|
Agent.Builder |
Agent.Builder.recommendedActions(String... recommendedActions) |
Contains recommended actions to take for the agent-related API that you invoked to succeed.
|
Agent.Builder |
Agent.Builder.recommendedActions(Collection<String> recommendedActions) |
Contains recommended actions to take for the agent-related API that you invoked to succeed.
|
Agent.Builder |
Agent.toBuilder() |
|
Agent.Builder |
Agent.Builder.updatedAt(Instant updatedAt) |
The time at which the agent was last updated.
|