| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
static CatalogKafkaSource.Builder |
CatalogKafkaSource.builder() |
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.database(String database)
The name of the database to read from.
|
default CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.dataPreviewOptions(Consumer<StreamingDataPreviewOptions.Builder> dataPreviewOptions)
Specifies options related to data preview for viewing a sample of your data.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.dataPreviewOptions(StreamingDataPreviewOptions dataPreviewOptions)
Specifies options related to data preview for viewing a sample of your data.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.detectSchema(Boolean detectSchema)
Whether to automatically determine the schema from the incoming data.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.name(String name)
The name of the data store.
|
default CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.streamingOptions(Consumer<KafkaStreamingSourceOptions.Builder> streamingOptions)
Specifies the streaming options.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.streamingOptions(KafkaStreamingSourceOptions streamingOptions)
Specifies the streaming options.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.table(String table)
The name of the table in the database to read from.
|
CatalogKafkaSource.Builder |
CatalogKafkaSource.toBuilder() |
CatalogKafkaSource.Builder |
CatalogKafkaSource.Builder.windowSize(Integer windowSize)
The amount of time to spend processing each micro batch.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CatalogKafkaSource.Builder> |
CatalogKafkaSource.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CodeGenConfigurationNode.Builder |
CodeGenConfigurationNode.Builder.catalogKafkaSource(Consumer<CatalogKafkaSource.Builder> catalogKafkaSource)
Specifies an Apache Kafka data store in the Data Catalog.
|
Copyright © 2023. All rights reserved.