Interface TestTransformerResponse.Builder

    • Method Detail

      • transformedLogs

        TestTransformerResponse.Builder transformedLogs​(Collection<TransformedLogRecord> transformedLogs)

        An array where each member of the array includes both the original version and the transformed version of one of the log events that you input.

        Parameters:
        transformedLogs - An array where each member of the array includes both the original version and the transformed version of one of the log events that you input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • transformedLogs

        TestTransformerResponse.Builder transformedLogs​(TransformedLogRecord... transformedLogs)

        An array where each member of the array includes both the original version and the transformed version of one of the log events that you input.

        Parameters:
        transformedLogs - An array where each member of the array includes both the original version and the transformed version of one of the log events that you input.
        Returns:
        Returns a reference to this object so that method calls can be chained together.