Interface DestinationSchema.Builder

    • Method Detail

      • recordFormatType

        DestinationSchema.Builder recordFormatType​(String recordFormatType)

        Specifies the format of the records on the output stream.

        Parameters:
        recordFormatType - Specifies the format of the records on the output stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecordFormatType, RecordFormatType
      • recordFormatType

        DestinationSchema.Builder recordFormatType​(RecordFormatType recordFormatType)

        Specifies the format of the records on the output stream.

        Parameters:
        recordFormatType - Specifies the format of the records on the output stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecordFormatType, RecordFormatType