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