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