@Generated(value="software.amazon.awssdk:codegen") public final class DirectKafkaSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DirectKafkaSource.Builder,DirectKafkaSource>
Specifies an Apache Kafka data store.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DirectKafkaSource.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DirectKafkaSource.Builder |
builder() |
StreamingDataPreviewOptions |
dataPreviewOptions()
Specifies options related to data preview for viewing a sample of your data.
|
Boolean |
detectSchema()
Whether to automatically determine the schema from the incoming data.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the data store.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DirectKafkaSource.Builder> |
serializableBuilderClass() |
KafkaStreamingSourceOptions |
streamingOptions()
Specifies the streaming options.
|
DirectKafkaSource.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
windowSize()
The amount of time to spend processing each micro batch.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the data store.
public final KafkaStreamingSourceOptions streamingOptions()
Specifies the streaming options.
public final Integer windowSize()
The amount of time to spend processing each micro batch.
public final Boolean detectSchema()
Whether to automatically determine the schema from the incoming data.
public final StreamingDataPreviewOptions dataPreviewOptions()
Specifies options related to data preview for viewing a sample of your data.
public DirectKafkaSource.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DirectKafkaSource.Builder,DirectKafkaSource>public static DirectKafkaSource.Builder builder()
public static Class<? extends DirectKafkaSource.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.