Interface JsonFormatDescriptor.Builder

All Superinterfaces:
Buildable, CopyableBuilder<JsonFormatDescriptor.Builder,JsonFormatDescriptor>, SdkBuilder<JsonFormatDescriptor.Builder,JsonFormatDescriptor>, SdkPojo
Enclosing class:
JsonFormatDescriptor

public static interface JsonFormatDescriptor.Builder extends SdkPojo, CopyableBuilder<JsonFormatDescriptor.Builder,JsonFormatDescriptor>
  • 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.