public static interface DatabaseOutput.Builder extends SdkPojo, CopyableBuilder<DatabaseOutput.Builder,DatabaseOutput>
| Modifier and Type | Method and Description |
|---|---|
default DatabaseOutput.Builder |
databaseOptions(Consumer<DatabaseTableOutputOptions.Builder> databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DatabaseOutput.Builder |
databaseOptions(DatabaseTableOutputOptions databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DatabaseOutput.Builder |
databaseOutputMode(DatabaseOutputMode databaseOutputMode)
The output mode to write into the database.
|
DatabaseOutput.Builder |
databaseOutputMode(String databaseOutputMode)
The output mode to write into the database.
|
DatabaseOutput.Builder |
glueConnectionName(String glueConnectionName)
The Glue connection that stores the connection information for the target database.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatabaseOutput.Builder glueConnectionName(String glueConnectionName)
The Glue connection that stores the connection information for the target database.
glueConnectionName - The Glue connection that stores the connection information for the target database.DatabaseOutput.Builder databaseOptions(DatabaseTableOutputOptions databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
databaseOptions - Represents options that specify how and where DataBrew writes the database output generated by recipe
jobs.default DatabaseOutput.Builder databaseOptions(Consumer<DatabaseTableOutputOptions.Builder> databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
This is a convenience method that creates an instance of theDatabaseTableOutputOptions.Builder
avoiding the need to create one manually via DatabaseTableOutputOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to databaseOptions(DatabaseTableOutputOptions).
databaseOptions - a consumer that will call methods on DatabaseTableOutputOptions.BuilderdatabaseOptions(DatabaseTableOutputOptions)DatabaseOutput.Builder databaseOutputMode(String databaseOutputMode)
The output mode to write into the database. Currently supported option: NEW_TABLE.
databaseOutputMode - The output mode to write into the database. Currently supported option: NEW_TABLE.DatabaseOutputMode,
DatabaseOutputModeDatabaseOutput.Builder databaseOutputMode(DatabaseOutputMode databaseOutputMode)
The output mode to write into the database. Currently supported option: NEW_TABLE.
databaseOutputMode - The output mode to write into the database. Currently supported option: NEW_TABLE.DatabaseOutputMode,
DatabaseOutputModeCopyright © 2023. All rights reserved.