Class DataCatalogOutput

    • 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 table in the Data Catalog.

        Returns:
        The name of a table in the Data Catalog.
      • s3Options

        public final S3TableOutputOptions s3Options()

        Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.

        Returns:
        Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
      • databaseOptions

        public final DatabaseTableOutputOptions databaseOptions()

        Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.

        Returns:
        Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
      • overwrite

        public final Boolean overwrite()

        A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.

        Returns:
        A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.
      • 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)