| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
Agent |
Agent.clone() |
Agent |
UpdateAgentResult.getAgent() |
Agent |
GetAgentResult.getAgent() |
Agent |
CreateAgentResult.getAgent() |
Agent |
Agent.withAgentArn(String agentArn) |
Agent |
Agent.withAgentId(String agentId) |
Agent |
Agent.withAgentName(String agentName) |
Agent |
Agent.withAgentResourceRoleArn(String agentResourceRoleArn) |
Agent |
Agent.withAgentStatus(AgentStatus agentStatus) |
Agent |
Agent.withAgentStatus(String agentStatus) |
Agent |
Agent.withAgentVersion(String agentVersion) |
Agent |
Agent.withClientToken(String clientToken) |
Agent |
Agent.withCreatedAt(Date createdAt) |
Agent |
Agent.withCustomerEncryptionKeyArn(String customerEncryptionKeyArn) |
Agent |
Agent.withDescription(String description) |
Agent |
Agent.withFailureReasons(Collection<String> failureReasons) |
Agent |
Agent.withFailureReasons(String... failureReasons)
NOTE: This method appends the values to the existing list (if any).
|
Agent |
Agent.withFoundationModel(String foundationModel) |
Agent |
Agent.withIdleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
Agent |
Agent.withInstruction(String instruction) |
Agent |
Agent.withPreparedAt(Date preparedAt) |
Agent |
Agent.withPromptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) |
Agent |
Agent.withRecommendedActions(Collection<String> recommendedActions) |
Agent |
Agent.withRecommendedActions(String... recommendedActions)
NOTE: This method appends the values to the existing list (if any).
|
Agent |
Agent.withUpdatedAt(Date updatedAt) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAgentResult.setAgent(Agent agent) |
void |
GetAgentResult.setAgent(Agent agent) |
void |
CreateAgentResult.setAgent(Agent agent) |
UpdateAgentResult |
UpdateAgentResult.withAgent(Agent agent) |
GetAgentResult |
GetAgentResult.withAgent(Agent agent) |
CreateAgentResult |
CreateAgentResult.withAgent(Agent agent) |
Copyright © 2024. All rights reserved.