Package com.anthropic.models.beta.agents
Class BetaManagedAgentsAgentToolset20260401WriteInput.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolset20260401WriteInput.BuilderA builder for BetaManagedAgentsAgentToolset20260401WriteInput.
-
-
Method Summary
-
-
Method Detail
-
content
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder content(String content)
Full file contents to write.
-
content
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder content(JsonField<String> content)
Sets Builder.content to an arbitrary JSON value.
You should usually call Builder.content with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
filePath
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder filePath(String filePath)
Path of the file to write.
-
filePath
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder filePath(JsonField<String> filePath)
Sets Builder.filePath to an arbitrary JSON value.
You should usually call Builder.filePath with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401WriteInput.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAgentToolset20260401WriteInput build()
Returns an immutable instance of BetaManagedAgentsAgentToolset20260401WriteInput.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.content() .filePath()
-
-
-
-