Uses of Interface
software.amazon.awssdk.services.kinesisanalytics.model.JSONMappingParameters.Builder
-
Packages that use JSONMappingParameters.Builder Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of JSONMappingParameters.Builder in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return JSONMappingParameters.Builder Modifier and Type Method Description static JSONMappingParameters.BuilderJSONMappingParameters. builder()JSONMappingParameters.BuilderJSONMappingParameters.Builder. recordRowPath(String recordRowPath)Path to the top-level parent that contains the records.JSONMappingParameters.BuilderJSONMappingParameters. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type JSONMappingParameters.Builder Modifier and Type Method Description static Class<? extends JSONMappingParameters.Builder>JSONMappingParameters. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type JSONMappingParameters.Builder Modifier and Type Method Description default MappingParameters.BuilderMappingParameters.Builder. jsonMappingParameters(Consumer<JSONMappingParameters.Builder> jsonMappingParameters)Provides additional mapping information when JSON is the record format on the streaming source.
-