Interface CatalogTableConfigOptions.Builder

  • Method Details

    • databaseName

      CatalogTableConfigOptions.Builder databaseName(String databaseName)

      The name of the database in the Glue Data Catalog.

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

      The name of the table in the Glue Data Catalog.

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

      CatalogTableConfigOptions.Builder s3Location(String s3Location)

      The Amazon S3 location for storing the results.

      Parameters:
      s3Location - The Amazon S3 location for storing the results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • catalogId

      A unique identifier for the Glue Data Catalog.

      Parameters:
      catalogId - A unique identifier for the Glue Data Catalog.
      Returns:
      Returns a reference to this object so that method calls can be chained together.