Class DatabaseInputDefinition

    • Method Detail

      • glueConnectionName

        public final String glueConnectionName()

        The Glue Connection that stores the connection information for the target database.

        Returns:
        The Glue Connection that stores the connection information for the target database.
      • databaseTableName

        public final String databaseTableName()

        The table within the target database.

        Returns:
        The table within the target database.
      • tempDirectory

        public final S3Location tempDirectory()
        Returns the value of the TempDirectory property for this object.
        Returns:
        The value of the TempDirectory property for this object.
      • queryString

        public final String queryString()

        Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs.

        Returns:
        Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs.
      • 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)