Class DirectKafkaSource
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.DirectKafkaSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DirectKafkaSource.Builder,DirectKafkaSource>
@Generated("software.amazon.awssdk:codegen") public final class DirectKafkaSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DirectKafkaSource.Builder,DirectKafkaSource>
Specifies an Apache Kafka data store.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDirectKafkaSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DirectKafkaSource.Builderbuilder()StreamingDataPreviewOptionsdataPreviewOptions()Specifies options related to data preview for viewing a sample of your data.BooleandetectSchema()Whether to automatically determine the schema from the incoming data.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringname()The name of the data store.List<SdkField<?>>sdkFields()static Class<? extends DirectKafkaSource.Builder>serializableBuilderClass()KafkaStreamingSourceOptionsstreamingOptions()Specifies the streaming options.DirectKafkaSource.BuildertoBuilder()StringtoString()Returns a string representation of this object.IntegerwindowSize()The amount of time to spend processing each micro batch.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
name
public final String name()
The name of the data store.
- Returns:
- The name of the data store.
-
streamingOptions
public final KafkaStreamingSourceOptions streamingOptions()
Specifies the streaming options.
- Returns:
- Specifies the streaming options.
-
windowSize
public final Integer windowSize()
The amount of time to spend processing each micro batch.
- Returns:
- The amount of time to spend processing each micro batch.
-
detectSchema
public final Boolean detectSchema()
Whether to automatically determine the schema from the incoming data.
- Returns:
- Whether to automatically determine the schema from the incoming data.
-
dataPreviewOptions
public final StreamingDataPreviewOptions dataPreviewOptions()
Specifies options related to data preview for viewing a sample of your data.
- Returns:
- Specifies options related to data preview for viewing a sample of your data.
-
toBuilder
public DirectKafkaSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DirectKafkaSource.Builder,DirectKafkaSource>
-
builder
public static DirectKafkaSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends DirectKafkaSource.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-