Uses of Interface
software.amazon.awssdk.services.glue.model.CatalogEntry.Builder
-
Packages that use CatalogEntry.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of CatalogEntry.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return CatalogEntry.Builder Modifier and Type Method Description static CatalogEntry.BuilderCatalogEntry. builder()CatalogEntry.BuilderCatalogEntry.Builder. databaseName(String databaseName)The database in which the table metadata resides.CatalogEntry.BuilderCatalogEntry.Builder. tableName(String tableName)The name of the table in question.CatalogEntry.BuilderCatalogEntry. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type CatalogEntry.Builder Modifier and Type Method Description static Class<? extends CatalogEntry.Builder>CatalogEntry. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type CatalogEntry.Builder Modifier and Type Method Description default GetMappingRequest.BuilderGetMappingRequest.Builder. source(Consumer<CatalogEntry.Builder> source)Specifies the source table.default GetPlanRequest.BuilderGetPlanRequest.Builder. source(Consumer<CatalogEntry.Builder> source)The source table.
-