Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.InputSchemaUpdate.Builder
-
Packages that use InputSchemaUpdate.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of InputSchemaUpdate.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return InputSchemaUpdate.Builder Modifier and Type Method Description static InputSchemaUpdate.BuilderInputSchemaUpdate. builder()InputSchemaUpdate.BuilderInputSchemaUpdate.Builder. recordColumnUpdates(Collection<RecordColumn> recordColumnUpdates)A list ofRecordColumnobjects.InputSchemaUpdate.BuilderInputSchemaUpdate.Builder. recordColumnUpdates(Consumer<RecordColumn.Builder>... recordColumnUpdates)A list ofRecordColumnobjects.InputSchemaUpdate.BuilderInputSchemaUpdate.Builder. recordColumnUpdates(RecordColumn... recordColumnUpdates)A list ofRecordColumnobjects.InputSchemaUpdate.BuilderInputSchemaUpdate.Builder. recordEncodingUpdate(String recordEncodingUpdate)Specifies the encoding of the records in the streaming source; for example, UTF-8.default InputSchemaUpdate.BuilderInputSchemaUpdate.Builder. recordFormatUpdate(Consumer<RecordFormat.Builder> recordFormatUpdate)Specifies the format of the records on the streaming source.InputSchemaUpdate.BuilderInputSchemaUpdate.Builder. recordFormatUpdate(RecordFormat recordFormatUpdate)Specifies the format of the records on the streaming source.InputSchemaUpdate.BuilderInputSchemaUpdate. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type InputSchemaUpdate.Builder Modifier and Type Method Description static Class<? extends InputSchemaUpdate.Builder>InputSchemaUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type InputSchemaUpdate.Builder Modifier and Type Method Description default InputUpdate.BuilderInputUpdate.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.
-