Uses of Interface
software.amazon.awssdk.services.glue.model.DirectJDBCSource.Builder
-
Packages that use DirectJDBCSource.Builder Package Description software.amazon.awssdk.services.glue.model -
-
Uses of DirectJDBCSource.Builder in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return DirectJDBCSource.Builder Modifier and Type Method Description static DirectJDBCSource.BuilderDirectJDBCSource. builder()DirectJDBCSource.BuilderDirectJDBCSource.Builder. connectionName(String connectionName)The connection name of the JDBC source.DirectJDBCSource.BuilderDirectJDBCSource.Builder. connectionType(String connectionType)The connection type of the JDBC source.DirectJDBCSource.BuilderDirectJDBCSource.Builder. connectionType(JDBCConnectionType connectionType)The connection type of the JDBC source.DirectJDBCSource.BuilderDirectJDBCSource.Builder. database(String database)The database of the JDBC source connection.DirectJDBCSource.BuilderDirectJDBCSource.Builder. name(String name)The name of the JDBC source connection.DirectJDBCSource.BuilderDirectJDBCSource.Builder. redshiftTmpDir(String redshiftTmpDir)The temp directory of the JDBC Redshift source.DirectJDBCSource.BuilderDirectJDBCSource.Builder. table(String table)The table of the JDBC source connection.DirectJDBCSource.BuilderDirectJDBCSource. toBuilder()Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type DirectJDBCSource.Builder Modifier and Type Method Description static Class<? extends DirectJDBCSource.Builder>DirectJDBCSource. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type DirectJDBCSource.Builder Modifier and Type Method Description default CodeGenConfigurationNode.BuilderCodeGenConfigurationNode.Builder. directJDBCSource(Consumer<DirectJDBCSource.Builder> directJDBCSource)Sets the value of the DirectJDBCSource property for this object.
-