Interface GlueConfiguration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<GlueConfiguration.Builder,,- GlueConfiguration> - SdkBuilder<GlueConfiguration.Builder,,- GlueConfiguration> - SdkPojo
- Enclosing class:
- GlueConfiguration
@Mutable
@NotThreadSafe
public static interface GlueConfiguration.Builder
extends SdkPojo, CopyableBuilder<GlueConfiguration.Builder,GlueConfiguration> 
- 
Method SummaryModifier and TypeMethodDescriptiondatabaseName(String databaseName) The name of the database in your Glue Data Catalog in which the table is located.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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
tableNameThe 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.
 
- 
databaseNameThe 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.
 
 
-