Interface GlueConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<GlueConfiguration.Builder,GlueConfiguration>, SdkBuilder<GlueConfiguration.Builder,GlueConfiguration>, SdkPojo
Enclosing class:
GlueConfiguration

public static interface GlueConfiguration.Builder extends SdkPojo, CopyableBuilder<GlueConfiguration.Builder,GlueConfiguration>
  • Method Details

    • tableName

      GlueConfiguration.Builder tableName(String tableName)

      The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.

      Parameters:
      tableName - The name of the table in your Glue Data Catalog that is used to perform the ETL operations. An Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • databaseName

      GlueConfiguration.Builder databaseName(String databaseName)

      The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.

      Parameters:
      databaseName - The name of the database in your Glue Data Catalog in which the table is located. An Glue Data Catalog database contains metadata tables.
      Returns:
      Returns a reference to this object so that method calls can be chained together.