Interface JsonFormatDescriptor.Builder

  • Method Details

    • 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:
    • fileCompression

      JsonFormatDescriptor.Builder fileCompression(JsonFileCompression 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:
    • 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.