public static class ToolSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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) |
public ToolSummary.Builder id(String id)
The OCID of the Tool.
id
- the value to setpublic ToolSummary.Builder lifecycleState(Tool.LifecycleState lifecycleState)
The current state of the agent.
lifecycleState
- the value to setpublic 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
timeCreated
- the value to setpublic 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
timeUpdated
- the value to setpublic ToolSummary.Builder displayName(String displayName)
A user-friendly name. Does not have to be unique, and it’s changeable.
displayName
- the value to setpublic ToolSummary.Builder description(String description)
Description about the Tool.
description
- the value to setpublic ToolSummary.Builder compartmentId(String compartmentId)
The OCID of the compartment.
compartmentId
- the value to setpublic ToolSummary.Builder agentId(String agentId)
The OCID of the agent that this Tool is attached to.
agentId
- the value to setpublic ToolSummary.Builder toolConfig(ToolConfig toolConfig)
public ToolSummary.Builder metadata(Map<String,String> metadata)
Key-value pairs to allow additional configurations.
metadata
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic 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"}}
systemTags
- the value to setpublic ToolSummary build()
public ToolSummary.Builder copy(ToolSummary model)
Copyright © 2016–2025. All rights reserved.