@Generated(value="software.amazon.awssdk:codegen") public final class DataCatalogConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataCatalogConfig.Builder,DataCatalogConfig>
The meta data of the Glue table which serves as data catalog for the OfflineStore.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataCatalogConfig.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataCatalogConfig.Builder |
builder() |
String |
catalog()
The name of the Glue table catalog.
|
String |
database()
The name of the Glue table database.
|
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 DataCatalogConfig.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the Glue table.
|
DataCatalogConfig.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String tableName()
The name of the Glue table.
public String catalog()
The name of the Glue table catalog.
public String database()
The name of the Glue table database.
public DataCatalogConfig.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataCatalogConfig.Builder,DataCatalogConfig>public static DataCatalogConfig.Builder builder()
public static Class<? extends DataCatalogConfig.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.