Interface CatalogEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CatalogEntry.Builder,,CatalogEntry> SdkBuilder<CatalogEntry.Builder,,CatalogEntry> SdkPojo
- Enclosing class:
CatalogEntry
public static interface CatalogEntry.Builder
extends SdkPojo, CopyableBuilder<CatalogEntry.Builder,CatalogEntry>
-
Method Summary
Modifier and TypeMethodDescriptiondatabaseName(String databaseName) The database in which the table metadata resides.The name of the table in question.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
databaseName
The database in which the table metadata resides.
- Parameters:
databaseName- The database in which the table metadata resides.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tableName
The name of the table in question.
- Parameters:
tableName- The name of the table in question.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-