Class BetaManagedAgentsAgentToolset20260401Params.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentToolset20260401Params.BuilderA builder for BetaManagedAgentsAgentToolset20260401Params.
-
-
Method Summary
-
-
Method Detail
-
type
final BetaManagedAgentsAgentToolset20260401Params.Builder type(BetaManagedAgentsAgentToolset20260401Params.Type type)
-
type
final BetaManagedAgentsAgentToolset20260401Params.Builder type(JsonField<BetaManagedAgentsAgentToolset20260401Params.Type> type)
Sets Builder.type to an arbitrary JSON value.
You should usually call Builder.type with a well-typed Type value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
configs
final BetaManagedAgentsAgentToolset20260401Params.Builder configs(List<BetaManagedAgentsAgentToolConfigParams> configs)
Per-tool configuration overrides.
-
configs
final BetaManagedAgentsAgentToolset20260401Params.Builder configs(JsonField<List<BetaManagedAgentsAgentToolConfigParams>> configs)
Sets Builder.configs to an arbitrary JSON value.
You should usually call Builder.configs with a well-typed
List<BetaManagedAgentsAgentToolConfigParams>value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
addConfig
final BetaManagedAgentsAgentToolset20260401Params.Builder addConfig(BetaManagedAgentsAgentToolConfigParams config)
Adds a single BetaManagedAgentsAgentToolConfigParams to configs.
-
defaultConfig
final BetaManagedAgentsAgentToolset20260401Params.Builder defaultConfig(BetaManagedAgentsAgentToolsetDefaultConfigParams defaultConfig)
Default configuration for all tools in a toolset.
-
defaultConfig
final BetaManagedAgentsAgentToolset20260401Params.Builder defaultConfig(Optional<BetaManagedAgentsAgentToolsetDefaultConfigParams> defaultConfig)
Alias for calling Builder.defaultConfig with
defaultConfig.orElse(null).
-
defaultConfig
final BetaManagedAgentsAgentToolset20260401Params.Builder defaultConfig(JsonField<BetaManagedAgentsAgentToolsetDefaultConfigParams> defaultConfig)
Sets Builder.defaultConfig to an arbitrary JSON value.
You should usually call Builder.defaultConfig with a well-typed BetaManagedAgentsAgentToolsetDefaultConfigParams value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsAgentToolset20260401Params.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAgentToolset20260401Params.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401Params.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAgentToolset20260401Params.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAgentToolset20260401Params.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAgentToolset20260401Params build()
Returns an immutable instance of BetaManagedAgentsAgentToolset20260401Params.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.type()
-
-
-
-