Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DirectKafkaSource |
DirectKafkaSource.clone() |
DirectKafkaSource |
CodeGenConfigurationNode.getDirectKafkaSource()
Specifies an Apache Kafka data store.
|
DirectKafkaSource |
DirectKafkaSource.withDataPreviewOptions(StreamingDataPreviewOptions dataPreviewOptions)
Specifies options related to data preview for viewing a sample of your data.
|
DirectKafkaSource |
DirectKafkaSource.withDetectSchema(Boolean detectSchema)
Whether to automatically determine the schema from the incoming data.
|
DirectKafkaSource |
DirectKafkaSource.withName(String name)
The name of the data store.
|
DirectKafkaSource |
DirectKafkaSource.withStreamingOptions(KafkaStreamingSourceOptions streamingOptions)
Specifies the streaming options.
|
DirectKafkaSource |
DirectKafkaSource.withWindowSize(Integer windowSize)
The amount of time to spend processing each micro batch.
|
Modifier and Type | Method and Description |
---|---|
void |
CodeGenConfigurationNode.setDirectKafkaSource(DirectKafkaSource directKafkaSource)
Specifies an Apache Kafka data store.
|
CodeGenConfigurationNode |
CodeGenConfigurationNode.withDirectKafkaSource(DirectKafkaSource directKafkaSource)
Specifies an Apache Kafka data store.
|
Copyright © 2022. All rights reserved.