Class BetaManagedAgentsCustomSkill.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsCustomSkill.BuilderA builder for BetaManagedAgentsCustomSkill.
-
-
Method Summary
-
-
Method Detail
-
skillId
final BetaManagedAgentsCustomSkill.Builder skillId(String skillId)
-
skillId
final BetaManagedAgentsCustomSkill.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 BetaManagedAgentsCustomSkill.Builder type(BetaManagedAgentsCustomSkill.Type type)
-
type
final BetaManagedAgentsCustomSkill.Builder type(JsonField<BetaManagedAgentsCustomSkill.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 BetaManagedAgentsCustomSkill.Builder version(String version)
-
version
final BetaManagedAgentsCustomSkill.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 BetaManagedAgentsCustomSkill.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsCustomSkill.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsCustomSkill.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsCustomSkill.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsCustomSkill.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsCustomSkill build()
Returns an immutable instance of BetaManagedAgentsCustomSkill.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.skillId() .type() .version()
-
-
-
-