@Generated(value="software.amazon.awssdk:codegen") public final class DataCatalogInputDefinition extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataCatalogInputDefinition.Builder,DataCatalogInputDefinition>
Represents how metadata stored in the Glue Data Catalog is defined in a DataBrew dataset.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataCatalogInputDefinition.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataCatalogInputDefinition.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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataCatalogInputDefinition.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of a database table in the Data Catalog.
|
S3Location |
tempDirectory()
Represents an Amazon location where DataBrew can store intermediate results.
|
DataCatalogInputDefinition.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 database table in the Data Catalog. This table corresponds to a DataBrew dataset.
public final S3Location tempDirectory()
Represents an Amazon location where DataBrew can store intermediate results.
public DataCatalogInputDefinition.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataCatalogInputDefinition.Builder,DataCatalogInputDefinition>public static DataCatalogInputDefinition.Builder builder()
public static Class<? extends DataCatalogInputDefinition.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.