Interface ReferenceDataSource.Builder

    • Method Detail

      • tableName

        ReferenceDataSource.Builder tableName​(String tableName)

        The name of the in-application table to create.

        Parameters:
        tableName - The name of the in-application table to create.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • s3ReferenceDataSource

        ReferenceDataSource.Builder s3ReferenceDataSource​(S3ReferenceDataSource s3ReferenceDataSource)

        Identifies the S3 bucket and object that contains the reference data. A SQL-based Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.

        Parameters:
        s3ReferenceDataSource - Identifies the S3 bucket and object that contains the reference data. A SQL-based Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • referenceSchema

        ReferenceDataSource.Builder referenceSchema​(SourceSchema referenceSchema)

        Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

        Parameters:
        referenceSchema - Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
        Returns:
        Returns a reference to this object so that method calls can be chained together.