Interface DataCatalogConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DataCatalogConfig.Builder,,- DataCatalogConfig> - SdkBuilder<DataCatalogConfig.Builder,,- DataCatalogConfig> - SdkPojo
- Enclosing class:
- DataCatalogConfig
@Mutable
@NotThreadSafe
public static interface DataCatalogConfig.Builder
extends SdkPojo, CopyableBuilder<DataCatalogConfig.Builder,DataCatalogConfig> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the Glue table catalog.The name of the Glue table database.The name of the Glue table.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 Glue table. - Parameters:
- tableName- The name of the Glue table.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
catalogThe name of the Glue table catalog. - Parameters:
- catalog- The name of the Glue table catalog.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
databaseThe name of the Glue table database. - Parameters:
- database- The name of the Glue table database.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-