| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static RecordFormat.Builder |
RecordFormat.builder() |
default RecordFormat.Builder |
RecordFormat.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.Builder |
RecordFormat.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.Builder |
RecordFormat.Builder.recordFormatType(RecordFormatType recordFormatType)
The type of record format.
|
RecordFormat.Builder |
RecordFormat.Builder.recordFormatType(String recordFormatType)
The type of record format.
|
RecordFormat.Builder |
RecordFormat.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends RecordFormat.Builder> |
RecordFormat.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default SourceSchema.Builder |
SourceSchema.Builder.recordFormat(Consumer<RecordFormat.Builder> recordFormat)
Specifies the format of the records on the streaming source.
|
default InputSchemaUpdate.Builder |
InputSchemaUpdate.Builder.recordFormatUpdate(Consumer<RecordFormat.Builder> recordFormatUpdate)
Specifies the format of the records on the streaming source.
|
Copyright © 2023. All rights reserved.