@Generated(value="software.amazon.awssdk:codegen") public final class TableReference extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TableReference.Builder,TableReference>
A pointer to the dataset that underlies this table. Currently, this can only be an AWS Glue table.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TableReference.Builder |
static class |
TableReference.Type |
| Modifier and Type | Method and Description |
|---|---|
static TableReference.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
static TableReference |
fromGlue(Consumer<GlueTableReference.Builder> glue)
Create an instance of this class with
glue() initialized to the given value. |
static TableReference |
fromGlue(GlueTableReference glue)
Create an instance of this class with
glue() initialized to the given value. |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
GlueTableReference |
glue()
If present, a reference to the AWS Glue table referred to by this table reference.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TableReference.Builder> |
serializableBuilderClass() |
TableReference.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
TableReference.Type |
type()
Retrieve an enum value representing which member of this object is populated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final GlueTableReference glue()
If present, a reference to the AWS Glue table referred to by this table reference.
public TableReference.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TableReference.Builder,TableReference>public static TableReference.Builder builder()
public static Class<? extends TableReference.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public static TableReference fromGlue(GlueTableReference glue)
glue() initialized to the given value.
If present, a reference to the AWS Glue table referred to by this table reference.
glue - If present, a reference to the AWS Glue table referred to by this table reference.public static TableReference fromGlue(Consumer<GlueTableReference.Builder> glue)
glue() initialized to the given value.
If present, a reference to the AWS Glue table referred to by this table reference.
glue - If present, a reference to the AWS Glue table referred to by this table reference.public TableReference.Type type()
TableReference.Type.UNKNOWN_TO_SDK_VERSION if the
service returned a member that is only known to a newer SDK version.
When this class is created directly in your code, this will be TableReference.Type.UNKNOWN_TO_SDK_VERSION if zero
members are set, and null if more than one member is set.Copyright © 2023. All rights reserved.