Interface FieldsData.Builder

All Superinterfaces:
Buildable, CopyableBuilder<FieldsData.Builder,FieldsData>, SdkBuilder<FieldsData.Builder,FieldsData>, SdkPojo
All Known Subinterfaces:
DefaultFields.Builder
Enclosing class:
FieldsData

@Mutable @NotThreadSafe public static interface FieldsData.Builder extends SdkPojo, CopyableBuilder<FieldsData.Builder,FieldsData>
  • Method Details

    • data

      The actual log data content returned in the streaming response. This contains the fields and values of the log event in a structured format that can be parsed and processed by the client.

      Parameters:
      data - The actual log data content returned in the streaming response. This contains the fields and values of the log event in a structured format that can be parsed and processed by the client.
      Returns:
      Returns a reference to this object so that method calls can be chained together.