CopyableBuilder<InputSchemaUpdate.Builder,InputSchemaUpdate>, SdkBuilder<InputSchemaUpdate.Builder,InputSchemaUpdate>public static interface InputSchemaUpdate.Builder extends CopyableBuilder<InputSchemaUpdate.Builder,InputSchemaUpdate>
| Modifier and Type | Method | Description |
|---|---|---|
InputSchemaUpdate.Builder |
recordColumnUpdates(Collection<RecordColumn> recordColumnUpdates) |
A list of
RecordColumn objects. |
InputSchemaUpdate.Builder |
recordColumnUpdates(RecordColumn... recordColumnUpdates) |
A list of
RecordColumn objects. |
InputSchemaUpdate.Builder |
recordEncodingUpdate(String recordEncodingUpdate) |
Specifies the encoding of the records in the streaming source.
|
InputSchemaUpdate.Builder |
recordFormatUpdate(RecordFormat recordFormatUpdate) |
Specifies the format of the records on the streaming source.
|
copyapply, buildInputSchemaUpdate.Builder recordFormatUpdate(RecordFormat recordFormatUpdate)
Specifies the format of the records on the streaming source.
recordFormatUpdate - Specifies the format of the records on the streaming source.InputSchemaUpdate.Builder recordEncodingUpdate(String recordEncodingUpdate)
Specifies the encoding of the records in the streaming source. For example, UTF-8.
recordEncodingUpdate - Specifies the encoding of the records in the streaming source. For example, UTF-8.InputSchemaUpdate.Builder recordColumnUpdates(Collection<RecordColumn> recordColumnUpdates)
A list of RecordColumn objects. Each object describes the mapping of the streaming source
element to the corresponding column in the in-application stream.
recordColumnUpdates - A list of RecordColumn objects. Each object describes the mapping of the streaming source
element to the corresponding column in the in-application stream.InputSchemaUpdate.Builder recordColumnUpdates(RecordColumn... recordColumnUpdates)
A list of RecordColumn objects. Each object describes the mapping of the streaming source
element to the corresponding column in the in-application stream.
NOTE: This method appends the values to the existing list (if any). Use
#setRecordColumnUpdates(java.util.Collection) or
#withRecordColumnUpdates(java.util.Collection) if you want to override the existing values.
recordColumnUpdates - A list of RecordColumn objects. Each object describes the mapping of the streaming source
element to the corresponding column in the in-application stream.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.