Class BetaManagedAgentsApiActor.Builder
-
- All Implemented Interfaces:
public final class BetaManagedAgentsApiActor.BuilderA builder for BetaManagedAgentsApiActor.
-
-
Method Summary
-
-
Method Detail
-
apiKeyId
final BetaManagedAgentsApiActor.Builder apiKeyId(String apiKeyId)
ID of the API key that performed the write. This identifies the key, not the secret.
-
apiKeyId
final BetaManagedAgentsApiActor.Builder apiKeyId(JsonField<String> apiKeyId)
Sets Builder.apiKeyId to an arbitrary JSON value.
You should usually call Builder.apiKeyId 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 BetaManagedAgentsApiActor.Builder type(BetaManagedAgentsApiActor.Type type)
-
type
final BetaManagedAgentsApiActor.Builder type(JsonField<BetaManagedAgentsApiActor.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.
-
additionalProperties
final BetaManagedAgentsApiActor.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final BetaManagedAgentsApiActor.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final BetaManagedAgentsApiActor.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final BetaManagedAgentsApiActor.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final BetaManagedAgentsApiActor.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final BetaManagedAgentsApiActor build()
Returns an immutable instance of BetaManagedAgentsApiActor.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.apiKeyId() .type()
-
-
-
-