Interface FieldsData.Builder

    • Method Detail

      • data

        FieldsData.Builder data​(SdkBytes 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.