Interface RecordColumn.Builder

    • Method Detail

      • name

        RecordColumn.Builder name​(String name)

        Name of the column created in the in-application input stream or reference table.

        Parameters:
        name - Name of the column created in the in-application input stream or reference table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • mapping

        RecordColumn.Builder mapping​(String mapping)

        Reference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType is JSON.

        Parameters:
        mapping - Reference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType is JSON.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sqlType

        RecordColumn.Builder sqlType​(String sqlType)

        Type of column created in the in-application input stream or reference table.

        Parameters:
        sqlType - Type of column created in the in-application input stream or reference table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.