Uses of Interface
software.amazon.awssdk.services.kinesisanalyticsv2.model.SourceSchema.Builder
-
Packages that use SourceSchema.Builder Package Description software.amazon.awssdk.services.kinesisanalyticsv2.model -
-
Uses of SourceSchema.Builder in software.amazon.awssdk.services.kinesisanalyticsv2.model
Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return SourceSchema.Builder Modifier and Type Method Description static SourceSchema.BuilderSourceSchema. builder()SourceSchema.BuilderSourceSchema.Builder. recordColumns(Collection<RecordColumn> recordColumns)A list ofRecordColumnobjects.SourceSchema.BuilderSourceSchema.Builder. recordColumns(Consumer<RecordColumn.Builder>... recordColumns)A list ofRecordColumnobjects.SourceSchema.BuilderSourceSchema.Builder. recordColumns(RecordColumn... recordColumns)A list ofRecordColumnobjects.SourceSchema.BuilderSourceSchema.Builder. recordEncoding(String recordEncoding)Specifies the encoding of the records in the streaming source.default SourceSchema.BuilderSourceSchema.Builder. recordFormat(Consumer<RecordFormat.Builder> recordFormat)Specifies the format of the records on the streaming source.SourceSchema.BuilderSourceSchema.Builder. recordFormat(RecordFormat recordFormat)Specifies the format of the records on the streaming source.SourceSchema.BuilderSourceSchema. toBuilder()Methods in software.amazon.awssdk.services.kinesisanalyticsv2.model that return types with arguments of type SourceSchema.Builder Modifier and Type Method Description static Class<? extends SourceSchema.Builder>SourceSchema. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.kinesisanalyticsv2.model with type arguments of type SourceSchema.Builder Modifier and Type Method Description default DiscoverInputSchemaResponse.BuilderDiscoverInputSchemaResponse.Builder. inputSchema(Consumer<SourceSchema.Builder> inputSchema)The schema inferred from the streaming source.default Input.BuilderInput.Builder. inputSchema(Consumer<SourceSchema.Builder> inputSchema)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.default InputDescription.BuilderInputDescription.Builder. inputSchema(Consumer<SourceSchema.Builder> inputSchema)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns in the in-application stream that is being created.default ReferenceDataSource.BuilderReferenceDataSource.Builder. referenceSchema(Consumer<SourceSchema.Builder> referenceSchema)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.default ReferenceDataSourceDescription.BuilderReferenceDataSourceDescription.Builder. referenceSchema(Consumer<SourceSchema.Builder> referenceSchema)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.default ReferenceDataSourceUpdate.BuilderReferenceDataSourceUpdate.Builder. referenceSchemaUpdate(Consumer<SourceSchema.Builder> referenceSchemaUpdate)Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.
-