Uses of Interface
software.amazon.awssdk.services.databrew.model.DatabaseTableOutputOptions.Builder
-
Packages that use DatabaseTableOutputOptions.Builder Package Description software.amazon.awssdk.services.databrew.model -
-
Uses of DatabaseTableOutputOptions.Builder in software.amazon.awssdk.services.databrew.model
Methods in software.amazon.awssdk.services.databrew.model that return DatabaseTableOutputOptions.Builder Modifier and Type Method Description static DatabaseTableOutputOptions.BuilderDatabaseTableOutputOptions. builder()DatabaseTableOutputOptions.BuilderDatabaseTableOutputOptions.Builder. tableName(String tableName)A prefix for the name of a table DataBrew will create in the database.default DatabaseTableOutputOptions.BuilderDatabaseTableOutputOptions.Builder. tempDirectory(Consumer<S3Location.Builder> tempDirectory)Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.DatabaseTableOutputOptions.BuilderDatabaseTableOutputOptions.Builder. tempDirectory(S3Location tempDirectory)Represents an Amazon S3 location (bucket name and object key) where DataBrew can store intermediate results.DatabaseTableOutputOptions.BuilderDatabaseTableOutputOptions. toBuilder()Methods in software.amazon.awssdk.services.databrew.model that return types with arguments of type DatabaseTableOutputOptions.Builder Modifier and Type Method Description static Class<? extends DatabaseTableOutputOptions.Builder>DatabaseTableOutputOptions. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databrew.model with type arguments of type DatabaseTableOutputOptions.Builder Modifier and Type Method Description 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.default DataCatalogOutput.BuilderDataCatalogOutput.Builder. databaseOptions(Consumer<DatabaseTableOutputOptions.Builder> databaseOptions)Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
-