Class GlueConfiguration

    • Method Detail

      • tableName

        public final String tableName()

        The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.

        Returns:
        The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
      • databaseName

        public final String databaseName()

        The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.

        Returns:
        The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.
      • 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)