@Generated(value="software.amazon.awssdk:codegen") public final class TableIdentifier extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableIdentifier.Builder,TableIdentifier>
A structure that describes a target table for resource linking.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableIdentifier.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TableIdentifier.Builder |
builder() |
String |
catalogId()
The ID of the Data Catalog in which the table resides.
|
String |
databaseName()
The name of the catalog database that contains the target table.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the target table.
|
String |
region()
Region of the target table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableIdentifier.Builder> |
serializableBuilderClass() |
TableIdentifier.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String catalogId()
The ID of the Data Catalog in which the table resides.
public final String databaseName()
The name of the catalog database that contains the target table.
public final String name()
The name of the target table.
public final String region()
Region of the target table.
public TableIdentifier.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableIdentifier.Builder,TableIdentifier>public static TableIdentifier.Builder builder()
public static Class<? extends TableIdentifier.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.