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