Class ReferenceDataSourceDescription

    • Method Detail

      • referenceId

        public final String referenceId()

        ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.

        Returns:
        ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
      • tableName

        public final String tableName()

        The in-application table name created by the specific reference data source configuration.

        Returns:
        The in-application table name created by the specific reference data source configuration.
      • s3ReferenceDataSourceDescription

        public final S3ReferenceDataSourceDescription s3ReferenceDataSourceDescription()

        Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.

        Returns:
        Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
      • referenceSchema

        public final 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.

        Returns:
        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.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)