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