Agent.Builder |
Agent.Builder.agentArn(String agentArn) |
Sets the value of the AgentArn property for this object.
|
Agent.Builder |
Agent.Builder.agentId(String agentId) |
Sets the value of the AgentId property for this object.
|
Agent.Builder |
Agent.Builder.agentName(String agentName) |
Sets the value of the AgentName property for this object.
|
Agent.Builder |
Agent.Builder.agentResourceRoleArn(String agentResourceRoleArn) |
Sets the value of the AgentResourceRoleArn property for this object.
|
Agent.Builder |
Agent.Builder.agentStatus(String agentStatus) |
Sets the value of the AgentStatus property for this object.
|
Agent.Builder |
Agent.Builder.agentStatus(AgentStatus agentStatus) |
Sets the value of the AgentStatus property for this object.
|
Agent.Builder |
Agent.Builder.agentVersion(String agentVersion) |
Sets the value of the AgentVersion property for this object.
|
static Agent.Builder |
Agent.builder() |
|
Agent.Builder |
Agent.Builder.clientToken(String clientToken) |
Sets the value of the ClientToken property for this object.
|
Agent.Builder |
Agent.Builder.createdAt(Instant createdAt) |
Sets the value of the CreatedAt property for this object.
|
Agent.Builder |
Agent.Builder.customerEncryptionKeyArn(String customerEncryptionKeyArn) |
Sets the value of the CustomerEncryptionKeyArn property for this object.
|
Agent.Builder |
Agent.Builder.description(String description) |
Sets the value of the Description property for this object.
|
Agent.Builder |
Agent.Builder.failureReasons(String... failureReasons) |
Sets the value of the FailureReasons property for this object.
|
Agent.Builder |
Agent.Builder.failureReasons(Collection<String> failureReasons) |
Sets the value of the FailureReasons property for this object.
|
Agent.Builder |
Agent.Builder.foundationModel(String foundationModel) |
Sets the value of the FoundationModel property for this object.
|
Agent.Builder |
Agent.Builder.idleSessionTTLInSeconds(Integer idleSessionTTLInSeconds) |
Sets the value of the IdleSessionTTLInSeconds property for this object.
|
Agent.Builder |
Agent.Builder.instruction(String instruction) |
Sets the value of the Instruction property for this object.
|
Agent.Builder |
Agent.Builder.preparedAt(Instant preparedAt) |
Sets the value of the PreparedAt property for this object.
|
default Agent.Builder |
Agent.Builder.promptOverrideConfiguration(Consumer<PromptOverrideConfiguration.Builder> promptOverrideConfiguration) |
Sets the value of the PromptOverrideConfiguration property for this object.
|
Agent.Builder |
Agent.Builder.promptOverrideConfiguration(PromptOverrideConfiguration promptOverrideConfiguration) |
Sets the value of the PromptOverrideConfiguration property for this object.
|
Agent.Builder |
Agent.Builder.recommendedActions(String... recommendedActions) |
Sets the value of the RecommendedActions property for this object.
|
Agent.Builder |
Agent.Builder.recommendedActions(Collection<String> recommendedActions) |
Sets the value of the RecommendedActions property for this object.
|
Agent.Builder |
Agent.toBuilder() |
|
Agent.Builder |
Agent.Builder.updatedAt(Instant updatedAt) |
Sets the value of the UpdatedAt property for this object.
|