Interface RecordFormat.Builder

    • Method Detail

      • recordFormatType

        RecordFormat.Builder recordFormatType​(String recordFormatType)

        The type of record format.

        Parameters:
        recordFormatType - The type of record format.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecordFormatType, RecordFormatType
      • mappingParameters

        RecordFormat.Builder mappingParameters​(MappingParameters mappingParameters)

        When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.

        Parameters:
        mappingParameters - When you configure application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.