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