| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
SourceSchema |
DiscoverInputSchemaResponse.inputSchema()
Schema inferred from the streaming source.
|
SourceSchema |
Input.inputSchema()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
in the in-application stream that is being created.
|
SourceSchema |
InputDescription.inputSchema()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
in the in-application stream that is being created.
|
SourceSchema |
ReferenceDataSourceDescription.referenceSchema()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
created in the in-application stream.
|
SourceSchema |
ReferenceDataSource.referenceSchema()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
created in the in-application stream.
|
SourceSchema |
ReferenceDataSourceUpdate.referenceSchemaUpdate()
Describes the format of the data in the streaming source, and how each data element maps to corresponding columns
created in the in-application stream.
|
| Modifier and Type | Method and Description |
|---|---|
DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.Builder.inputSchema(SourceSchema inputSchema)
Schema inferred from the streaming source.
|
Input.Builder |
Input.Builder.inputSchema(SourceSchema inputSchema)
Describes the format of the data in the streaming source, and how each data element maps to corresponding
columns in the in-application stream that is being created.
|
InputDescription.Builder |
InputDescription.Builder.inputSchema(SourceSchema inputSchema)
Describes the format of the data in the streaming source, and how each data element maps to corresponding
columns in the in-application stream that is being created.
|
ReferenceDataSourceDescription.Builder |
ReferenceDataSourceDescription.Builder.referenceSchema(SourceSchema referenceSchema)
Describes the format of the data in the streaming source, and how each data element maps to corresponding
columns created in the in-application stream.
|
ReferenceDataSource.Builder |
ReferenceDataSource.Builder.referenceSchema(SourceSchema referenceSchema)
Describes the format of the data in the streaming source, and how each data element maps to corresponding
columns created in the in-application stream.
|
ReferenceDataSourceUpdate.Builder |
ReferenceDataSourceUpdate.Builder.referenceSchemaUpdate(SourceSchema referenceSchemaUpdate)
Describes the format of the data in the streaming source, and how each data element maps to corresponding
columns created in the in-application stream.
|
Copyright © 2023. All rights reserved.