@Generated(value="software.amazon.awssdk:codegen") public final class CatalogEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CatalogEntry.Builder,CatalogEntry>
Specifies a table definition in the Data Catalog.
Modifier and Type | Class and Description |
---|---|
static interface |
CatalogEntry.Builder |
Modifier and Type | Method and Description |
---|---|
static CatalogEntry.Builder |
builder() |
String |
databaseName()
The database in which the table metadata resides.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CatalogEntry.Builder> |
serializableBuilderClass() |
String |
tableName()
The name of the table in question.
|
CatalogEntry.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String databaseName()
The database in which the table metadata resides.
public String tableName()
The name of the table in question.
public CatalogEntry.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CatalogEntry.Builder,CatalogEntry>
public static CatalogEntry.Builder builder()
public static Class<? extends CatalogEntry.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.