@Generated(value="software.amazon.awssdk:codegen") public final class PhysicalTable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<PhysicalTable.Builder,PhysicalTable>
A view of a data source that contains information about the shape of the data in the underlying source. This is a variant type structure. For this structure to be valid, only one of the attributes can be non-null.
| Modifier and Type | Class and Description |
|---|---|
static interface |
PhysicalTable.Builder |
| Modifier and Type | Method and Description |
|---|---|
static PhysicalTable.Builder |
builder() |
CustomSql |
customSql()
A physical table type built from the results of the custom SQL query.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
RelationalTable |
relationalTable()
A physical table type for relational data sources.
|
S3Source |
s3Source()
A physical table type for as S3 data source.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends PhysicalTable.Builder> |
serializableBuilderClass() |
PhysicalTable.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic RelationalTable relationalTable()
A physical table type for relational data sources.
public CustomSql customSql()
A physical table type built from the results of the custom SQL query.
public S3Source s3Source()
A physical table type for as S3 data source.
public PhysicalTable.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<PhysicalTable.Builder,PhysicalTable>public static PhysicalTable.Builder builder()
public static Class<? extends PhysicalTable.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.