Class BetaManagedAgentsAgentReference.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentReference.BuilderA builder for BetaManagedAgentsAgentReference.
-
-
Method Summary
-
-
Method Detail
-
id
final BetaManagedAgentsAgentReference.Builder id(String id)
-
id
final BetaManagedAgentsAgentReference.Builder id(JsonField<String> id)
Sets Builder.id to an arbitrary JSON value.
You should usually call Builder.id 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 BetaManagedAgentsAgentReference.Builder type(JsonField<BetaManagedAgentsAgentReference.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 BetaManagedAgentsAgentReference.Builder version(Integer version)
-
version
final BetaManagedAgentsAgentReference.Builder version(JsonField<Integer> version)
Sets Builder.version to an arbitrary JSON value.
You should usually call Builder.version with a well-typed Int value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final BetaManagedAgentsAgentReference.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAgentReference.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAgentReference.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAgentReference.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAgentReference.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAgentReference build()
Returns an immutable instance of BetaManagedAgentsAgentReference.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .type() .version()
-
-
-
-