Class CatalogKafkaSource
- java.lang.Object
-
- software.amazon.awssdk.services.glue.model.CatalogKafkaSource
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CatalogKafkaSource.Builder,CatalogKafkaSource>
@Generated("software.amazon.awssdk:codegen") public final class CatalogKafkaSource extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CatalogKafkaSource.Builder,CatalogKafkaSource>
Specifies an Apache Kafka data store in the Data Catalog.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCatalogKafkaSource.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CatalogKafkaSource.Builderbuilder()Stringdatabase()The name of the database to read from.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 CatalogKafkaSource.Builder>serializableBuilderClass()KafkaStreamingSourceOptionsstreamingOptions()Specifies the streaming options.Stringtable()The name of the table in the database to read from.CatalogKafkaSource.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.
-
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.
-
table
public final String table()
The name of the table in the database to read from.
- Returns:
- The name of the table in the database to read from.
-
database
public final String database()
The name of the database to read from.
- Returns:
- The name of the database to read from.
-
streamingOptions
public final KafkaStreamingSourceOptions streamingOptions()
Specifies the streaming options.
- Returns:
- Specifies the streaming options.
-
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 CatalogKafkaSource.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CatalogKafkaSource.Builder,CatalogKafkaSource>
-
builder
public static CatalogKafkaSource.Builder builder()
-
serializableBuilderClass
public static Class<? extends CatalogKafkaSource.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.
-
-