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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GlueConfiguration.BuilderdatabaseName(String databaseName)The name of the database in your Glue Data Catalog in which the table is located.GlueConfiguration.BuildertableName(String tableName)The name of the table in your Glue Data Catalog that is used to perform the ETL operations.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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.
-
-