Class RecordColumn
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalytics.model.RecordColumn
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<RecordColumn.Builder,RecordColumn>
@Generated("software.amazon.awssdk:codegen") public final class RecordColumn extends Object implements SdkPojo, Serializable, ToCopyableBuilder<RecordColumn.Builder,RecordColumn>
Describes the mapping of each data element in the streaming source to the corresponding column in the in-application stream.
Also used to describe the format of the reference data source.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRecordColumn.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static RecordColumn.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringmapping()Reference to the data element in the streaming input or the reference data source.Stringname()Name of the column created in the in-application input stream or reference table.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends RecordColumn.Builder>serializableBuilderClass()StringsqlType()Type of column created in the in-application input stream or reference table.RecordColumn.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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()
Name of the column created in the in-application input stream or reference table.
- Returns:
- Name of the column created in the in-application input stream or reference table.
-
mapping
public final String mapping()
Reference to the data element in the streaming input or the reference data source. This element is required if the RecordFormatType is
JSON.- Returns:
- Reference to the data element in the streaming input or the reference data source. This element is
required if the RecordFormatType is
JSON.
-
sqlType
public final String sqlType()
Type of column created in the in-application input stream or reference table.
- Returns:
- Type of column created in the in-application input stream or reference table.
-
toBuilder
public RecordColumn.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<RecordColumn.Builder,RecordColumn>
-
builder
public static RecordColumn.Builder builder()
-
serializableBuilderClass
public static Class<? extends RecordColumn.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-