Class DataCatalogInputDefinition

    • Method Detail

      • catalogId

        public final String catalogId()

        The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.

        Returns:
        The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
      • databaseName

        public final String databaseName()

        The name of a database in the Data Catalog.

        Returns:
        The name of a database in the Data Catalog.
      • tableName

        public final String tableName()

        The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.

        Returns:
        The name of a database table in the Data Catalog. This table corresponds to a DataBrew dataset.
      • tempDirectory

        public final S3Location tempDirectory()

        Represents an Amazon location where DataBrew can store intermediate results.

        Returns:
        Represents an Amazon location where DataBrew can store intermediate results.
      • 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)