Class BetaManagedAgentsAnthropicSkillParams.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAnthropicSkillParams.BuilderA builder for BetaManagedAgentsAnthropicSkillParams.
-
-
Method Summary
-
-
Method Detail
-
skillId
final BetaManagedAgentsAnthropicSkillParams.Builder skillId(String skillId)
Identifier of the Anthropic skill (e.g., "xlsx").
-
skillId
final BetaManagedAgentsAnthropicSkillParams.Builder skillId(JsonField<String> skillId)
Sets Builder.skillId to an arbitrary JSON value.
You should usually call Builder.skillId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
type
final BetaManagedAgentsAnthropicSkillParams.Builder type(BetaManagedAgentsAnthropicSkillParams.Type type)
-
type
final BetaManagedAgentsAnthropicSkillParams.Builder type(JsonField<BetaManagedAgentsAnthropicSkillParams.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.
-
version
final BetaManagedAgentsAnthropicSkillParams.Builder version(String version)
Version to pin. Defaults to latest if omitted.
-
version
final BetaManagedAgentsAnthropicSkillParams.Builder version(Optional<String> version)
Alias for calling Builder.version with
version.orElse(null).
-
version
final BetaManagedAgentsAnthropicSkillParams.Builder version(JsonField<String> version)
Sets Builder.version to an arbitrary JSON value.
You should usually call Builder.version 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 BetaManagedAgentsAnthropicSkillParams.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAnthropicSkillParams.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAnthropicSkillParams.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAnthropicSkillParams.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAnthropicSkillParams.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAnthropicSkillParams build()
Returns an immutable instance of BetaManagedAgentsAnthropicSkillParams.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.skillId() .type()
-
-
-
-