Class VaultCreateParams
-
- All Implemented Interfaces:
-
com.anthropic.core.Params
public final class VaultCreateParams implements Params
Create Vault
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classVaultCreateParams.BuilderA builder for VaultCreateParams.
public final classVaultCreateParams.BodyRequest parameters for creating a vault.
public final classVaultCreateParams.MetadataArbitrary key-value metadata to attach to the vault. Maximum 16 pairs, keys up to 64 chars, values up to 512 chars.
-
Method Summary
Modifier and Type Method Description final Optional<List<AnthropicBeta>>betas()Optional header to specify the beta version(s) you want to use. final StringdisplayName()Human-readable name for the vault. final Optional<VaultCreateParams.Metadata>metadata()Arbitrary key-value metadata to attach to the vault. final JsonField<String>_displayName()Returns the raw JSON value of displayName. final JsonField<VaultCreateParams.Metadata>_metadata()Returns the raw JSON value of metadata. final Map<String, JsonValue>_additionalBodyProperties()final Headers_additionalHeaders()Additional headers to send with the request. final QueryParams_additionalQueryParams()Additional query param to send with the request. final VaultCreateParams.BuildertoBuilder()final VaultCreateParams.Body_body()Headers_headers()The full set of headers in the parameters, including both fixed and additional headers. QueryParams_queryParams()The full set of query params in the parameters, including both fixed and additional query params. Booleanequals(Object other)IntegerhashCode()StringtoString()final static VaultCreateParams.Builderbuilder()Returns a mutable builder for constructing an instance of VaultCreateParams. -
-
Method Detail
-
betas
final Optional<List<AnthropicBeta>> betas()
Optional header to specify the beta version(s) you want to use.
-
displayName
final String displayName()
Human-readable name for the vault. 1-255 characters.
-
metadata
final Optional<VaultCreateParams.Metadata> metadata()
Arbitrary key-value metadata to attach to the vault. Maximum 16 pairs, keys up to 64 chars, values up to 512 chars.
-
_displayName
final JsonField<String> _displayName()
Returns the raw JSON value of displayName.
Unlike displayName, this method doesn't throw if the JSON field has an unexpected type.
-
_metadata
final JsonField<VaultCreateParams.Metadata> _metadata()
Returns the raw JSON value of metadata.
Unlike metadata, this method doesn't throw if the JSON field has an unexpected type.
-
_additionalBodyProperties
final Map<String, JsonValue> _additionalBodyProperties()
-
_additionalHeaders
final Headers _additionalHeaders()
Additional headers to send with the request.
-
_additionalQueryParams
final QueryParams _additionalQueryParams()
Additional query param to send with the request.
-
toBuilder
final VaultCreateParams.Builder toBuilder()
-
_body
final VaultCreateParams.Body _body()
-
_headers
Headers _headers()
The full set of headers in the parameters, including both fixed and additional headers.
-
_queryParams
QueryParams _queryParams()
The full set of query params in the parameters, including both fixed and additional query params.
-
builder
final static VaultCreateParams.Builder builder()
Returns a mutable builder for constructing an instance of VaultCreateParams.
The following fields are required:
.displayName()
-
-
-
-