@Generated(value="software.amazon.awssdk:codegen") public final class LogicalTable extends Object implements SdkPojo, Serializable, ToCopyableBuilder<LogicalTable.Builder,LogicalTable>
A logical table is a unit that joins and that data transformations operate on. A logical table has a source, which can be either a physical table or result of a join. When a logical table points to a physical table, the logical table acts as a mutable copy of that physical table through transform operations.
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogicalTable.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
alias()
A display name for the logical table.
|
static LogicalTable.Builder |
builder() |
List<TransformOperation> |
dataTransforms()
Transform operations that act on this logical table.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDataTransforms()
Returns true if the DataTransforms property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends LogicalTable.Builder> |
serializableBuilderClass() |
LogicalTableSource |
source()
Source of this logical table.
|
LogicalTable.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String alias()
A display name for the logical table.
public boolean hasDataTransforms()
public List<TransformOperation> dataTransforms()
Transform operations that act on this logical table.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDataTransforms() to see if a value was sent in this field.
public LogicalTableSource source()
Source of this logical table.
public LogicalTable.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<LogicalTable.Builder,LogicalTable>public static LogicalTable.Builder builder()
public static Class<? extends LogicalTable.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.