| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationSchema |
Output.destinationSchema()
Describes the data format when records are written to the destination.
|
DestinationSchema |
OutputDescription.destinationSchema()
Data format used for writing data to the destination.
|
DestinationSchema |
OutputUpdate.destinationSchemaUpdate()
Describes the data format when records are written to the destination.
|
| Modifier and Type | Method and Description |
|---|---|
Output.Builder |
Output.Builder.destinationSchema(DestinationSchema destinationSchema)
Describes the data format when records are written to the destination.
|
OutputDescription.Builder |
OutputDescription.Builder.destinationSchema(DestinationSchema destinationSchema)
Data format used for writing data to the destination.
|
OutputUpdate.Builder |
OutputUpdate.Builder.destinationSchemaUpdate(DestinationSchema destinationSchemaUpdate)
Describes the data format when records are written to the destination.
|
Copyright © 2023. All rights reserved.