public static interface DataCatalogOutput.Builder extends SdkPojo, CopyableBuilder<DataCatalogOutput.Builder,DataCatalogOutput>
| Modifier and Type | Method and Description |
|---|---|
DataCatalogOutput.Builder |
catalogId(String catalogId)
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
|
DataCatalogOutput.Builder |
databaseName(String databaseName)
The name of a database in the Data Catalog.
|
default DataCatalogOutput.Builder |
databaseOptions(Consumer<DatabaseTableOutputOptions.Builder> databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DataCatalogOutput.Builder |
databaseOptions(DatabaseTableOutputOptions databaseOptions)
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
DataCatalogOutput.Builder |
overwrite(Boolean overwrite)
A value that, if true, means that any data in the location specified for output is overwritten with new
output.
|
default DataCatalogOutput.Builder |
s3Options(Consumer<S3TableOutputOptions.Builder> s3Options)
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
|
DataCatalogOutput.Builder |
s3Options(S3TableOutputOptions s3Options)
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
|
DataCatalogOutput.Builder |
tableName(String tableName)
The name of a table in the Data Catalog.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDataCatalogOutput.Builder catalogId(String catalogId)
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
catalogId - The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the
data.DataCatalogOutput.Builder databaseName(String databaseName)
The name of a database in the Data Catalog.
databaseName - The name of a database in the Data Catalog.DataCatalogOutput.Builder tableName(String tableName)
The name of a table in the Data Catalog.
tableName - The name of a table in the Data Catalog.DataCatalogOutput.Builder s3Options(S3TableOutputOptions s3Options)
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
s3Options - Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe
jobs.default DataCatalogOutput.Builder s3Options(Consumer<S3TableOutputOptions.Builder> s3Options)
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
This is a convenience method that creates an instance of theS3TableOutputOptions.Builder avoiding
the need to create one manually via S3TableOutputOptions.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to s3Options(S3TableOutputOptions).
s3Options - a consumer that will call methods on S3TableOutputOptions.Builders3Options(S3TableOutputOptions)DataCatalogOutput.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 DataCatalogOutput.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)DataCatalogOutput.Builder overwrite(Boolean overwrite)
A value that, if true, means that any data in the location specified for output is overwritten with new output. Not supported with DatabaseOptions.
overwrite - A value that, if true, means that any data in the location specified for output is overwritten with
new output. Not supported with DatabaseOptions.Copyright © 2023. All rights reserved.