| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
RecordColumn |
RecordColumn.clone() |
RecordColumn |
RecordColumn.withMapping(String mapping)
A reference to the data element in the streaming input or the reference data source.
|
RecordColumn |
RecordColumn.withName(String name)
The name of the column that is created in the in-application input stream or reference table.
|
RecordColumn |
RecordColumn.withSqlType(String sqlType)
The type of column created in the in-application input stream or reference table.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecordColumn> |
SourceSchema.getRecordColumns()
A list of
RecordColumn objects. |
List<RecordColumn> |
InputSchemaUpdate.getRecordColumnUpdates()
A list of
RecordColumn objects. |
| Modifier and Type | Method and Description |
|---|---|
SourceSchema |
SourceSchema.withRecordColumns(RecordColumn... recordColumns)
A list of
RecordColumn objects. |
InputSchemaUpdate |
InputSchemaUpdate.withRecordColumnUpdates(RecordColumn... recordColumnUpdates)
A list of
RecordColumn objects. |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceSchema.setRecordColumns(Collection<RecordColumn> recordColumns)
A list of
RecordColumn objects. |
void |
InputSchemaUpdate.setRecordColumnUpdates(Collection<RecordColumn> recordColumnUpdates)
A list of
RecordColumn objects. |
SourceSchema |
SourceSchema.withRecordColumns(Collection<RecordColumn> recordColumns)
A list of
RecordColumn objects. |
InputSchemaUpdate |
InputSchemaUpdate.withRecordColumnUpdates(Collection<RecordColumn> recordColumnUpdates)
A list of
RecordColumn objects. |
Copyright © 2021. All rights reserved.