Uses of Interface
software.amazon.awssdk.services.glue.model.MicrosoftSQLServerCatalogTarget.Builder
-
Packages that use MicrosoftSQLServerCatalogTarget.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of MicrosoftSQLServerCatalogTarget.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return MicrosoftSQLServerCatalogTarget.Builder Modifier and Type Method Description static MicrosoftSQLServerCatalogTarget.BuilderMicrosoftSQLServerCatalogTarget. builder()MicrosoftSQLServerCatalogTarget.BuilderMicrosoftSQLServerCatalogTarget.Builder. database(String database)The name of the database to write to.MicrosoftSQLServerCatalogTarget.BuilderMicrosoftSQLServerCatalogTarget.Builder. inputs(String... inputs)The nodes that are inputs to the data target.MicrosoftSQLServerCatalogTarget.BuilderMicrosoftSQLServerCatalogTarget.Builder. inputs(Collection<String> inputs)The nodes that are inputs to the data target.MicrosoftSQLServerCatalogTarget.BuilderMicrosoftSQLServerCatalogTarget.Builder. name(String name)The name of the data target.MicrosoftSQLServerCatalogTarget.BuilderMicrosoftSQLServerCatalogTarget.Builder. table(String table)The name of the table in the database to write to.MicrosoftSQLServerCatalogTarget.BuilderMicrosoftSQLServerCatalogTarget. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type MicrosoftSQLServerCatalogTarget.Builder Modifier and Type Method Description static Class<? extends MicrosoftSQLServerCatalogTarget.Builder>MicrosoftSQLServerCatalogTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type MicrosoftSQLServerCatalogTarget.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. microsoftSQLServerCatalogTarget(Consumer<MicrosoftSQLServerCatalogTarget.Builder> microsoftSQLServerCatalogTarget)Specifies a target that uses Microsoft SQL.
-