Uses of Interface
software.amazon.awssdk.services.kinesisanalytics.model.DestinationSchema.Builder
-
Packages that use DestinationSchema.Builder Package Description software.amazon.awssdk.services.kinesisanalytics.model -
-
Uses of DestinationSchema.Builder in software.amazon.awssdk.services.kinesisanalytics.model
Methods in software.amazon.awssdk.services.kinesisanalytics.model that return DestinationSchema.Builder Modifier and Type Method Description static DestinationSchema.BuilderDestinationSchema. builder()DestinationSchema.BuilderDestinationSchema.Builder. recordFormatType(String recordFormatType)Specifies the format of the records on the output stream.DestinationSchema.BuilderDestinationSchema.Builder. recordFormatType(RecordFormatType recordFormatType)Specifies the format of the records on the output stream.DestinationSchema.BuilderDestinationSchema. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalytics.model that return types with arguments of type DestinationSchema.Builder Modifier and Type Method Description static Class<? extends DestinationSchema.Builder>DestinationSchema. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalytics.model with type arguments of type DestinationSchema.Builder Modifier and Type Method Description default Output.BuilderOutput.Builder. destinationSchema(Consumer<DestinationSchema.Builder> destinationSchema)Describes the data format when records are written to the destination.default OutputDescription.BuilderOutputDescription.Builder. destinationSchema(Consumer<DestinationSchema.Builder> destinationSchema)Data format used for writing data to the destination.default OutputUpdate.BuilderOutputUpdate.Builder. destinationSchemaUpdate(Consumer<DestinationSchema.Builder> destinationSchemaUpdate)Describes the data format when records are written to the destination.
-