| Package | Description |
|---|---|
| com.amazonaws.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
RecordFormat |
RecordFormat.clone() |
RecordFormat |
SourceSchema.getRecordFormat()
Specifies the format of the records on the streaming source.
|
RecordFormat |
InputSchemaUpdate.getRecordFormatUpdate()
Specifies the format of the records on the streaming source.
|
RecordFormat |
RecordFormat.withMappingParameters(MappingParameters mappingParameters) |
RecordFormat |
RecordFormat.withRecordFormatType(RecordFormatType recordFormatType)
The type of record format.
|
RecordFormat |
RecordFormat.withRecordFormatType(String recordFormatType)
The type of record format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceSchema.setRecordFormat(RecordFormat recordFormat)
Specifies the format of the records on the streaming source.
|
void |
InputSchemaUpdate.setRecordFormatUpdate(RecordFormat recordFormatUpdate)
Specifies the format of the records on the streaming source.
|
SourceSchema |
SourceSchema.withRecordFormat(RecordFormat recordFormat)
Specifies the format of the records on the streaming source.
|
InputSchemaUpdate |
InputSchemaUpdate.withRecordFormatUpdate(RecordFormat recordFormatUpdate)
Specifies the format of the records on the streaming source.
|
Copyright © 2016. All rights reserved.