@Generated(value="software.amazon.awssdk:codegen") public final class RecordColumn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecordColumn.Builder,RecordColumn>
For an SQL-based Amazon Kinesis Data Analytics application, describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.
Also used to describe the format of the reference data source.
Modifier and Type | Class and Description |
---|---|
static interface |
RecordColumn.Builder |
Modifier and Type | Method and Description |
---|---|
static RecordColumn.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
mapping()
A reference to the data element in the streaming input of the reference data source.
|
String |
name()
The name of the column that is created in the in-application input stream or reference table.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends RecordColumn.Builder> |
serializableBuilderClass() |
String |
sqlType()
The type of column created in the in-application input stream or reference table.
|
RecordColumn.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 name()
The name of the column that is created in the in-application input stream or reference table.
public String mapping()
A reference to the data element in the streaming input of the reference data source.
public String sqlType()
The type of column created in the in-application input stream or reference table.
public RecordColumn.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<RecordColumn.Builder,RecordColumn>
public static RecordColumn.Builder builder()
public static Class<? extends RecordColumn.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.