| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static JSONMappingParameters.Builder |
JSONMappingParameters.builder() |
JSONMappingParameters.Builder |
JSONMappingParameters.Builder.recordRowPath(String recordRowPath)
Path to the top-level parent that contains the records.
|
JSONMappingParameters.Builder |
JSONMappingParameters.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends JSONMappingParameters.Builder> |
JSONMappingParameters.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default MappingParameters.Builder |
MappingParameters.Builder.jsonMappingParameters(Consumer<JSONMappingParameters.Builder> jsonMappingParameters)
Provides additional mapping information when JSON is the record format on the streaming source.
|
Copyright © 2023. All rights reserved.