Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
CatalogKafkaSource |
CatalogKafkaSource.clone() |
CatalogKafkaSource |
CodeGenConfigurationNode.getCatalogKafkaSource()
Specifies an Apache Kafka data store in the Data Catalog.
|
CatalogKafkaSource |
CatalogKafkaSource.withDatabase(String database)
The name of the database to read from.
|
CatalogKafkaSource |
CatalogKafkaSource.withDataPreviewOptions(StreamingDataPreviewOptions dataPreviewOptions)
Specifies options related to data preview for viewing a sample of your data.
|
CatalogKafkaSource |
CatalogKafkaSource.withDetectSchema(Boolean detectSchema)
Whether to automatically determine the schema from the incoming data.
|
CatalogKafkaSource |
CatalogKafkaSource.withName(String name)
The name of the data store.
|
CatalogKafkaSource |
CatalogKafkaSource.withStreamingOptions(KafkaStreamingSourceOptions streamingOptions)
Specifies the streaming options.
|
CatalogKafkaSource |
CatalogKafkaSource.withTable(String table)
The name of the table in the database to read from.
|
CatalogKafkaSource |
CatalogKafkaSource.withWindowSize(Integer windowSize)
The amount of time to spend processing each micro batch.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setCatalogKafkaSource(CatalogKafkaSource catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withCatalogKafkaSource(CatalogKafkaSource catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
|
Copyright © 2023. All rights reserved.