Class TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder
-
- All Implemented Interfaces:
public final class TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder
A builder for ExpiresAt.
-
-
Method Summary
-
-
Method Detail
-
anchor
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder anchor(TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Anchor anchor)
The anchor point for the ephemeral token expiration. Only
created_at
is currently supported.
-
anchor
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder anchor(JsonField<TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Anchor> anchor)
Sets Builder.anchor to an arbitrary JSON value.
You should usually call Builder.anchor with a well-typed Anchor value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
seconds
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder seconds(Long seconds)
The number of seconds from the anchor point to the expiration. Select a value between
10
and7200
.
-
seconds
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder seconds(JsonField<Long> seconds)
Sets Builder.seconds to an arbitrary JSON value.
You should usually call Builder.seconds with a well-typed Long value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final TranscriptionSessionUpdate.Session.ClientSecret.ExpiresAt build()
Returns an immutable instance of ExpiresAt.
Further updates to this Builder will not mutate the returned instance.
-
-
-
-