Class EvalCreateParams.Parent.SpanParentStruct.Builder
-
- All Implemented Interfaces:
public final class EvalCreateParams.Parent.SpanParentStruct.BuilderA builder for SpanParentStruct.
-
-
Method Summary
-
-
Method Detail
-
objectId
final EvalCreateParams.Parent.SpanParentStruct.Builder objectId(String objectId)
The id of the container object you are logging to
-
objectId
final EvalCreateParams.Parent.SpanParentStruct.Builder objectId(JsonField<String> objectId)
Sets Builder.objectId to an arbitrary JSON value.
You should usually call Builder.objectId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
objectType
final EvalCreateParams.Parent.SpanParentStruct.Builder objectType(EvalCreateParams.Parent.SpanParentStruct.ObjectType objectType)
-
objectType
final EvalCreateParams.Parent.SpanParentStruct.Builder objectType(JsonField<EvalCreateParams.Parent.SpanParentStruct.ObjectType> objectType)
Sets Builder.objectType to an arbitrary JSON value.
You should usually call Builder.objectType with a well-typed ObjectType value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
propagatedEvent
final EvalCreateParams.Parent.SpanParentStruct.Builder propagatedEvent(EvalCreateParams.Parent.SpanParentStruct.PropagatedEvent propagatedEvent)
Include these properties in every span created under this parent
-
propagatedEvent
final EvalCreateParams.Parent.SpanParentStruct.Builder propagatedEvent(Optional<EvalCreateParams.Parent.SpanParentStruct.PropagatedEvent> propagatedEvent)
Alias for calling Builder.propagatedEvent with
propagatedEvent.orElse(null).
-
propagatedEvent
final EvalCreateParams.Parent.SpanParentStruct.Builder propagatedEvent(JsonField<EvalCreateParams.Parent.SpanParentStruct.PropagatedEvent> propagatedEvent)
Sets Builder.propagatedEvent to an arbitrary JSON value.
You should usually call Builder.propagatedEvent with a well-typed PropagatedEvent value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
rowIds
final EvalCreateParams.Parent.SpanParentStruct.Builder rowIds(EvalCreateParams.Parent.SpanParentStruct.RowIds rowIds)
Identifiers for the row to to log a subspan under
-
rowIds
final EvalCreateParams.Parent.SpanParentStruct.Builder rowIds(Optional<EvalCreateParams.Parent.SpanParentStruct.RowIds> rowIds)
Alias for calling Builder.rowIds with
rowIds.orElse(null).
-
rowIds
final EvalCreateParams.Parent.SpanParentStruct.Builder rowIds(JsonField<EvalCreateParams.Parent.SpanParentStruct.RowIds> rowIds)
Sets Builder.rowIds to an arbitrary JSON value.
You should usually call Builder.rowIds with a well-typed RowIds value instead. This method is primarily for setting the field to an undocumented or not yet supported value.
-
additionalProperties
final EvalCreateParams.Parent.SpanParentStruct.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
-
putAdditionalProperty
final EvalCreateParams.Parent.SpanParentStruct.Builder putAdditionalProperty(String key, JsonValue value)
-
putAllAdditionalProperties
final EvalCreateParams.Parent.SpanParentStruct.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
-
removeAdditionalProperty
final EvalCreateParams.Parent.SpanParentStruct.Builder removeAdditionalProperty(String key)
-
removeAllAdditionalProperties
final EvalCreateParams.Parent.SpanParentStruct.Builder removeAllAdditionalProperties(Set<String> keys)
-
build
final EvalCreateParams.Parent.SpanParentStruct build()
Returns an immutable instance of SpanParentStruct.
Further updates to this Builder will not mutate the returned instance.
The following fields are required:
.objectId() .objectType()
-
-
-
-