Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
Agent |
build() |
Agent.Builder |
compartmentId(String compartmentId)
The OCID
of the compartment.
|
Agent.Builder |
copy(Agent model) |
Agent.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
Agent.Builder |
description(String description)
Description about the agent.
|
Agent.Builder |
displayName(String displayName)
A user-friendly name.
|
Agent.Builder |
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.
|
Agent.Builder |
id(String id)
The OCID
of the agent.
|
Agent.Builder |
knowledgeBaseIds(List<String> knowledgeBaseIds)
List of
OCID of
the knowledgeBases associated with agent.
|
Agent.Builder |
lifecycleDetails(String lifecycleDetails)
A message that describes the current state of the agent in more detail.
|
Agent.Builder |
lifecycleState(Agent.LifecycleState lifecycleState)
The current state of the agent.
|
Agent.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
Agent.Builder |
timeCreated(Date timeCreated)
The date and time the agent was created, in the format defined by RFC
3339.
|
Agent.Builder |
timeUpdated(Date timeUpdated)
The date and time the agent was updated, in the format defined by RFC
3339.
|
Agent.Builder |
welcomeMessage(String welcomeMessage)
Details about purpose and responsibility of the agent
|
public Agent.Builder id(String id)
The OCID of the agent.
id
- the value to setpublic Agent.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable.
displayName
- the value to setpublic Agent.Builder description(String description)
Description about the agent.
description
- the value to setpublic Agent.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic Agent.Builder knowledgeBaseIds(List<String> knowledgeBaseIds)
List of OCID of the knowledgeBases associated with agent.
knowledgeBaseIds
- the value to setpublic Agent.Builder welcomeMessage(String welcomeMessage)
Details about purpose and responsibility of the agent
welcomeMessage
- the value to setpublic Agent.Builder timeCreated(Date timeCreated)
The date and time the agent was created, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
timeCreated
- the value to setpublic Agent.Builder timeUpdated(Date timeUpdated)
The date and time the agent was updated, in the format defined by RFC 3339.
Example: 2016-08-25T21:10:29.600Z
timeUpdated
- the value to setpublic Agent.Builder lifecycleState(Agent.LifecycleState lifecycleState)
The current state of the agent.
lifecycleState
- the value to setpublic Agent.Builder lifecycleDetails(String lifecycleDetails)
A message that describes the current state of the agent in more detail. For example, can be used to provide actionable information for a resource in the Failed state.
lifecycleDetails
- the value to setpublic Agent.Builder freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic Agent.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic Agent.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic Agent build()
public Agent.Builder copy(Agent model)
Copyright © 2016–2024. All rights reserved.