Interface GlueDataSource.Builder

    • Method Detail

      • catalogId

        GlueDataSource.Builder catalogId​(String catalogId)

        The Glue catalog that contains the training data.

        Parameters:
        catalogId - The Glue catalog that contains the training data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • databaseName

        GlueDataSource.Builder databaseName​(String databaseName)

        The Glue database that contains the training data.

        Parameters:
        databaseName - The Glue database that contains the training data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • tableName

        GlueDataSource.Builder tableName​(String tableName)

        The Glue table that contains the training data.

        Parameters:
        tableName - The Glue table that contains the training data.
        Returns:
        Returns a reference to this object so that method calls can be chained together.