Uses of Interface
software.amazon.awssdk.services.kinesisanalytics.model.RecordFormat.Builder
-
Packages that use RecordFormat.Builder Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of RecordFormat.Builder in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return RecordFormat.Builder Modifier and Type Method Description static RecordFormat.BuilderRecordFormat. builder()default RecordFormat.BuilderRecordFormat.Builder. mappingParameters(Consumer<MappingParameters.Builder> mappingParameters)When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.RecordFormat.BuilderRecordFormat.Builder. mappingParameters(MappingParameters mappingParameters)When configuring application input at the time of creating or updating an application, provides additional mapping information specific to the record format (such as JSON, CSV, or record fields delimited by some delimiter) on the streaming source.RecordFormat.BuilderRecordFormat.Builder. recordFormatType(String recordFormatType)The type of record format.RecordFormat.BuilderRecordFormat.Builder. recordFormatType(RecordFormatType recordFormatType)The type of record format.RecordFormat.BuilderRecordFormat. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type RecordFormat.Builder Modifier and Type Method Description static Class<? extends RecordFormat.Builder>RecordFormat. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type RecordFormat.Builder Modifier and Type Method Description default SourceSchema.BuilderSourceSchema.Builder. recordFormat(Consumer<RecordFormat.Builder> recordFormat)Specifies the format of the records on the streaming source.default InputSchemaUpdate.BuilderInputSchemaUpdate.Builder. recordFormatUpdate(Consumer<RecordFormat.Builder> recordFormatUpdate)Specifies the format of the records on the streaming source.
-