| Package | Description |
|---|---|
| com.amazonaws.services.gluedatabrew.model |
| Modifier and Type | Method and Description |
|---|---|
DatabaseTableOutputOptions |
DatabaseTableOutputOptions.clone() |
DatabaseTableOutputOptions |
DatabaseOutput.getDatabaseOptions()
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DatabaseTableOutputOptions |
DataCatalogOutput.getDatabaseOptions()
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DatabaseTableOutputOptions |
DatabaseTableOutputOptions.withTableName(String tableName)
A prefix for the name of a table DataBrew will create in the database.
|
DatabaseTableOutputOptions |
DatabaseTableOutputOptions.withTempDirectory(S3Location tempDirectory)
Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatabaseOutput.setDatabaseOptions(DatabaseTableOutputOptions databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
void |
DataCatalogOutput.setDatabaseOptions(DatabaseTableOutputOptions databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DatabaseOutput |
DatabaseOutput.withDatabaseOptions(DatabaseTableOutputOptions databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DataCatalogOutput |
DataCatalogOutput.withDatabaseOptions(DatabaseTableOutputOptions databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
Copyright © 2022. All rights reserved.