Uses of Interface
software.amazon.awssdk.services.databrew.model.DatabaseOutput.Builder
-
Packages that use DatabaseOutput.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of DatabaseOutput.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return DatabaseOutput.Builder Modifier and Type Method Description static DatabaseOutput.BuilderDatabaseOutput. builder()default DatabaseOutput.BuilderDatabaseOutput.Builder. databaseOptions(Consumer<DatabaseTableOutputOptions.Builder> databaseOptions)Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.DatabaseOutput.BuilderDatabaseOutput.Builder. databaseOptions(DatabaseTableOutputOptions databaseOptions)Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.DatabaseOutput.BuilderDatabaseOutput.Builder. databaseOutputMode(String databaseOutputMode)The output mode to write into the database.DatabaseOutput.BuilderDatabaseOutput.Builder. databaseOutputMode(DatabaseOutputMode databaseOutputMode)The output mode to write into the database.DatabaseOutput.BuilderDatabaseOutput.Builder. glueConnectionName(String glueConnectionName)The Glue connection that stores the connection information for the target database.DatabaseOutput.BuilderDatabaseOutput. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type DatabaseOutput.Builder Modifier and Type Method Description static Class<? extends DatabaseOutput.Builder>DatabaseOutput. serializableBuilderClass()
-