Class ReferenceDataSourceUpdate

    • Method Detail

      • referenceId

        public final String referenceId()

        ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.

        Returns:
        ID of the reference data source being updated. You can use the DescribeApplication operation to get this value.
      • tableNameUpdate

        public final String tableNameUpdate()

        In-application table name that is created by this update.

        Returns:
        In-application table name that is created by this update.
      • s3ReferenceDataSourceUpdate

        public final S3ReferenceDataSourceUpdate s3ReferenceDataSourceUpdate()

        Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.

        Returns:
        Describes the S3 bucket name, object key name, and IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object on your behalf and populate the in-application reference table.
      • referenceSchemaUpdate

        public final SourceSchema referenceSchemaUpdate()

        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)