| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static InputSchemaUpdate.Builder |
InputSchemaUpdate.builder() |
InputSchemaUpdate.Builder |
InputSchemaUpdate.Builder.recordColumnUpdates(Collection<RecordColumn> recordColumnUpdates)
A list of
RecordColumn objects. |
InputSchemaUpdate.Builder |
InputSchemaUpdate.Builder.recordColumnUpdates(Consumer<RecordColumn.Builder>... recordColumnUpdates)
A list of
RecordColumn objects. |
InputSchemaUpdate.Builder |
InputSchemaUpdate.Builder.recordColumnUpdates(RecordColumn... recordColumnUpdates)
A list of
RecordColumn objects. |
InputSchemaUpdate.Builder |
InputSchemaUpdate.Builder.recordEncodingUpdate(String recordEncodingUpdate)
Specifies the encoding of the records in the streaming source.
|
default InputSchemaUpdate.Builder |
InputSchemaUpdate.Builder.recordFormatUpdate(Consumer<RecordFormat.Builder> recordFormatUpdate)
Specifies the format of the records on the streaming source.
|
InputSchemaUpdate.Builder |
InputSchemaUpdate.Builder.recordFormatUpdate(RecordFormat recordFormatUpdate)
Specifies the format of the records on the streaming source.
|
InputSchemaUpdate.Builder |
InputSchemaUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputSchemaUpdate.Builder> |
InputSchemaUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InputUpdate.Builder |
InputUpdate.Builder.inputSchemaUpdate(Consumer<InputSchemaUpdate.Builder> inputSchemaUpdate)
Describes the data format on the streaming source, and how record elements on the streaming source map to
columns of the in-application stream that is created.
|
Copyright © 2023. All rights reserved.