Class CreateEventEvent.Builder
java.lang.Object
com.langfuse.client.resources.ingestion.types.CreateEventEvent.Builder
- All Implemented Interfaces:
CreateEventEvent._FinalStage,CreateEventEvent.BodyStage,CreateEventEvent.IdStage,CreateEventEvent.TimestampStage
- Enclosing class:
CreateEventEvent
public static final class CreateEventEvent.Builder
extends Object
implements CreateEventEvent.IdStage, CreateEventEvent.TimestampStage, CreateEventEvent.BodyStage, CreateEventEvent._FinalStage
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) body(CreateEventBody body) build()from(CreateEventEvent other) UUID v4 that identifies the eventOptional.Optional.Datetime (ISO 8601) of event creation in client.
-
Method Details
-
from
- Specified by:
fromin interfaceCreateEventEvent.IdStage
-
id
UUID v4 that identifies the event
UUID v4 that identifies the event
- Specified by:
idin interfaceCreateEventEvent.IdStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
timestamp
Datetime (ISO 8601) of event creation in client. Should be as close to actual event creation in client as possible, this timestamp will be used for ordering of events in future release. Resolution: milliseconds (required), microseconds (optimal).
Datetime (ISO 8601) of event creation in client. Should be as close to actual event creation in client as possible, this timestamp will be used for ordering of events in future release. Resolution: milliseconds (required), microseconds (optimal).
- Specified by:
timestampin interfaceCreateEventEvent.TimestampStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
body
- Specified by:
bodyin interfaceCreateEventEvent.BodyStage
-
metadata
Optional. Metadata field used by the Langfuse SDKs for debugging.
- Specified by:
metadatain interfaceCreateEventEvent._FinalStage- Returns:
- Reference to
thisso that method calls can be chained together.
-
metadata
Optional. Metadata field used by the Langfuse SDKs for debugging.
- Specified by:
metadatain interfaceCreateEventEvent._FinalStage
-
build
- Specified by:
buildin interfaceCreateEventEvent._FinalStage
-
additionalProperty
- Specified by:
additionalPropertyin interfaceCreateEventEvent._FinalStage
-
additionalProperties
- Specified by:
additionalPropertiesin interfaceCreateEventEvent._FinalStage
-