| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
static DestinationSchema.Builder |
DestinationSchema.builder() |
DestinationSchema.Builder |
DestinationSchema.Builder.recordFormatType(RecordFormatType recordFormatType)
Specifies the format of the records on the output stream.
|
DestinationSchema.Builder |
DestinationSchema.Builder.recordFormatType(String recordFormatType)
Specifies the format of the records on the output stream.
|
DestinationSchema.Builder |
DestinationSchema.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DestinationSchema.Builder> |
DestinationSchema.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default Output.Builder |
Output.Builder.destinationSchema(Consumer<DestinationSchema.Builder> destinationSchema)
Describes the data format when records are written to the destination.
|
default OutputDescription.Builder |
OutputDescription.Builder.destinationSchema(Consumer<DestinationSchema.Builder> destinationSchema)
Data format used for writing data to the destination.
|
default OutputUpdate.Builder |
OutputUpdate.Builder.destinationSchemaUpdate(Consumer<DestinationSchema.Builder> destinationSchemaUpdate)
Describes the data format when records are written to the destination.
|
Copyright © 2023. All rights reserved.