Class BetaManagedAgentsAgentParams.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsAgentParams.BuilderA builder for BetaManagedAgentsAgentParams.
-
-
Method Summary
-
-
Method Detail
-
id
final BetaManagedAgentsAgentParams.Builder id(String id)
The
agentID.
-
id
final BetaManagedAgentsAgentParams.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 BetaManagedAgentsAgentParams.Builder type(BetaManagedAgentsAgentParams.Type type)
-
type
final BetaManagedAgentsAgentParams.Builder type(JsonField<BetaManagedAgentsAgentParams.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 BetaManagedAgentsAgentParams.Builder version(Integer version)
The specific
agentversion to use. Omit to use the latest version. Must be at least 1 if specified.
-
version
final BetaManagedAgentsAgentParams.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 BetaManagedAgentsAgentParams.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsAgentParams.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsAgentParams.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsAgentParams.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsAgentParams.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsAgentParams build()
Returns an immutable instance of BetaManagedAgentsAgentParams.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.id() .type()
-
-
-
-