Interface JSONOutput.Builder

    • Method Detail

      • recordDelimiter

        JSONOutput.Builder recordDelimiter​(String recordDelimiter)

        The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').

        Parameters:
        recordDelimiter - The value used to separate individual records in the output. If no value is specified, Amazon S3 uses a newline character ('\n').
        Returns:
        Returns a reference to this object so that method calls can be chained together.