Class FieldsData.BuilderImpl

    • Constructor Detail

      • BuilderImpl

        protected BuilderImpl()
      • BuilderImpl

        protected BuilderImpl​(FieldsData model)
    • Method Detail

      • setData

        public final void setData​(ByteBuffer data)
      • data

        public final FieldsData.Builder data​(SdkBytes data)
        Description copied from interface: FieldsData.Builder

        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.

        Specified by:
        data in interface FieldsData.Builder
        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.