Uses of Interface
software.amazon.awssdk.services.glue.model.MicrosoftSQLServerCatalogSource.Builder
-
Packages that use MicrosoftSQLServerCatalogSource.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of MicrosoftSQLServerCatalogSource.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return MicrosoftSQLServerCatalogSource.Builder Modifier and Type Method Description static MicrosoftSQLServerCatalogSource.BuilderMicrosoftSQLServerCatalogSource. builder()MicrosoftSQLServerCatalogSource.BuilderMicrosoftSQLServerCatalogSource.Builder. database(String database)The name of the database to read from.MicrosoftSQLServerCatalogSource.BuilderMicrosoftSQLServerCatalogSource.Builder. name(String name)The name of the data source.MicrosoftSQLServerCatalogSource.BuilderMicrosoftSQLServerCatalogSource.Builder. table(String table)The name of the table in the database to read from.MicrosoftSQLServerCatalogSource.BuilderMicrosoftSQLServerCatalogSource. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type MicrosoftSQLServerCatalogSource.Builder Modifier and Type Method Description static Class<? extends MicrosoftSQLServerCatalogSource.Builder>MicrosoftSQLServerCatalogSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type MicrosoftSQLServerCatalogSource.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. microsoftSQLServerCatalogSource(Consumer<MicrosoftSQLServerCatalogSource.Builder> microsoftSQLServerCatalogSource)Specifies a Microsoft SQL server data source in the Glue Data Catalog.
-