Interface GlueTableReference.Builder

    • Method Detail

      • tableName

        GlueTableReference.Builder tableName​(String tableName)

        The name of the Glue table.

        Parameters:
        tableName - The name of the Glue table.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        GlueTableReference.Builder databaseName​(String databaseName)

        The name of the database the Glue table belongs to.

        Parameters:
        databaseName - The name of the database the Glue table belongs to.
        Returns:
        Returns a reference to this object so that method calls can be chained together.