Interface DatabaseOutput.Builder

    • Method Detail

      • glueConnectionName

        DatabaseOutput.Builder glueConnectionName​(String glueConnectionName)

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

        Parameters:
        glueConnectionName - The Glue connection that stores the connection information for the target database.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseOptions

        DatabaseOutput.Builder databaseOptions​(DatabaseTableOutputOptions databaseOptions)

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

        Parameters:
        databaseOptions - Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseOutputMode

        DatabaseOutput.Builder databaseOutputMode​(String databaseOutputMode)

        The output mode to write into the database. Currently supported option: NEW_TABLE.

        Parameters:
        databaseOutputMode - The output mode to write into the database. Currently supported option: NEW_TABLE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatabaseOutputMode, DatabaseOutputMode
      • databaseOutputMode

        DatabaseOutput.Builder databaseOutputMode​(DatabaseOutputMode databaseOutputMode)

        The output mode to write into the database. Currently supported option: NEW_TABLE.

        Parameters:
        databaseOutputMode - The output mode to write into the database. Currently supported option: NEW_TABLE.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatabaseOutputMode, DatabaseOutputMode