@Generated(value="software.amazon.awssdk:codegen") public final class DataCatalogOutput extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataCatalogOutput.Builder,DataCatalogOutput>
Represents options that specify how and where in the Glue Data Catalog DataBrew writes the output generated by recipe jobs.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataCatalogOutput.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataCatalogOutput.Builder |
builder() |
String |
catalogId()
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
|
String |
databaseName()
The name of a database in the Data Catalog.
|
DatabaseTableOutputOptions |
databaseOptions()
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Boolean |
overwrite()
A value that, if true, means that any data in the location specified for output is overwritten with new output.
|
S3TableOutputOptions |
s3Options()
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataCatalogOutput.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of a table in the Data Catalog.
|
DataCatalogOutput.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The unique identifier of the Amazon Web Services account that holds the Data Catalog that stores the data.
public final String databaseName()
The name of a database in the Data Catalog.
public final String tableName()
The name of a table in the Data Catalog.
public final S3TableOutputOptions s3Options()
Represents options that specify how and where DataBrew writes the Amazon S3 output generated by recipe jobs.
public final DatabaseTableOutputOptions databaseOptions()
Represents options that specify how and where DataBrew writes the database output generated by recipe jobs.
public final 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.
public DataCatalogOutput.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataCatalogOutput.Builder,DataCatalogOutput>public static DataCatalogOutput.Builder builder()
public static Class<? extends DataCatalogOutput.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.