Class DestinationSchema
- java.lang.Object
-
- software.amazon.awssdk.services.kinesisanalytics.model.DestinationSchema
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<DestinationSchema.Builder,DestinationSchema>
@Generated("software.amazon.awssdk:codegen") public final class DestinationSchema extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DestinationSchema.Builder,DestinationSchema>
Describes the data format when records are written to the destination. For more information, see Configuring Application Output.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDestinationSchema.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DestinationSchema.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()RecordFormatTyperecordFormatType()Specifies the format of the records on the output stream.StringrecordFormatTypeAsString()Specifies the format of the records on the output stream.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends DestinationSchema.Builder>serializableBuilderClass()DestinationSchema.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
-
recordFormatType
public final RecordFormatType recordFormatType()
Specifies the format of the records on the output stream.
If the service returns an enum value that is not available in the current SDK version,
recordFormatTypewill returnRecordFormatType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrecordFormatTypeAsString().- Returns:
- Specifies the format of the records on the output stream.
- See Also:
RecordFormatType
-
recordFormatTypeAsString
public final String recordFormatTypeAsString()
Specifies the format of the records on the output stream.
If the service returns an enum value that is not available in the current SDK version,
recordFormatTypewill returnRecordFormatType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromrecordFormatTypeAsString().- Returns:
- Specifies the format of the records on the output stream.
- See Also:
RecordFormatType
-
toBuilder
public DestinationSchema.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<DestinationSchema.Builder,DestinationSchema>
-
builder
public static DestinationSchema.Builder builder()
-
serializableBuilderClass
public static Class<? extends DestinationSchema.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
-
-