Class ToolSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagent.model.ToolSummary.Builder
-
- Enclosing class:
- ToolSummary
public static class ToolSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ToolSummary.Builder
agentId(String agentId)
The OCID of the agent that this Tool is attached to.ToolSummary
build()
ToolSummary.Builder
compartmentId(String compartmentId)
The OCID of the compartment.ToolSummary.Builder
copy(ToolSummary model)
ToolSummary.Builder
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.ToolSummary.Builder
description(String description)
Description about the Tool.ToolSummary.Builder
displayName(String displayName)
A user-friendly name.ToolSummary.Builder
freeformTags(Map<String,String> freeformTags)
Free-form tags for this resource.ToolSummary.Builder
id(String id)
The OCID of the Tool.ToolSummary.Builder
lifecycleState(Tool.LifecycleState lifecycleState)
The current state of the agent.ToolSummary.Builder
metadata(Map<String,String> metadata)
Key-value pairs to allow additional configurations.ToolSummary.Builder
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.ToolSummary.Builder
timeCreated(Date timeCreated)
The date and time the Tool was created, in the format defined by RFC 3339.ToolSummary.Builder
timeUpdated(Date timeUpdated)
The date and time the Tool was updated, in the format defined by RFC 3339.ToolSummary.Builder
toolConfig(ToolConfig toolConfig)
-
-
-
Method Detail
-
id
public ToolSummary.Builder id(String id)
The OCID of the Tool.- Parameters:
id
- the value to set- Returns:
- this builder
-
lifecycleState
public ToolSummary.Builder lifecycleState(Tool.LifecycleState lifecycleState)
The current state of the agent.- Parameters:
lifecycleState
- the value to set- Returns:
- this builder
-
timeCreated
public ToolSummary.Builder timeCreated(Date timeCreated)
The date and time the Tool was created, in the format defined by RFC 3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeCreated
- the value to set- Returns:
- this builder
-
timeUpdated
public ToolSummary.Builder timeUpdated(Date timeUpdated)
The date and time the Tool was updated, in the format defined by RFC 3339.Example: 2016-08-25T21:10:29.600Z
- Parameters:
timeUpdated
- the value to set- Returns:
- this builder
-
displayName
public ToolSummary.Builder displayName(String displayName)
A user-friendly name.Does not have to be unique, and it’s changeable.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public ToolSummary.Builder description(String description)
Description about the Tool.- Parameters:
description
- the value to set- Returns:
- this builder
-
compartmentId
public ToolSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
agentId
public ToolSummary.Builder agentId(String agentId)
The OCID of the agent that this Tool is attached to.- Parameters:
agentId
- the value to set- Returns:
- this builder
-
toolConfig
public ToolSummary.Builder toolConfig(ToolConfig toolConfig)
-
metadata
public ToolSummary.Builder metadata(Map<String,String> metadata)
Key-value pairs to allow additional configurations.- Parameters:
metadata
- the value to set- Returns:
- this builder
-
freeformTags
public ToolSummary.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"}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public ToolSummary.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"}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
systemTags
public ToolSummary.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"}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public ToolSummary build()
-
copy
public ToolSummary.Builder copy(ToolSummary model)
-
-