Interface JsonFormatDescriptor.Builder

    • Method Detail

      • fileCompression

        JsonFormatDescriptor.Builder fileCompression​(String fileCompression)

        The level of compression of the source CSV file.

        Parameters:
        fileCompression - The level of compression of the source CSV file.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        JsonFileCompression, JsonFileCompression
      • charset

        JsonFormatDescriptor.Builder charset​(String charset)

        The character set in which the source JSON file is written.

        Parameters:
        charset - The character set in which the source JSON file is written.
        Returns:
        Returns a reference to this object so that method calls can be chained together.