Interface GetLogFieldsResponse.Builder

    • Method Detail

      • logFields

        GetLogFieldsResponse.Builder logFields​(Collection<LogFieldsListItem> logFields)

        The list of log fields for the specified data source, including field names and their data types.

        Parameters:
        logFields - The list of log fields for the specified data source, including field names and their data types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • logFields

        GetLogFieldsResponse.Builder logFields​(LogFieldsListItem... logFields)

        The list of log fields for the specified data source, including field names and their data types.

        Parameters:
        logFields - The list of log fields for the specified data source, including field names and their data types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.