static DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.builder() |
|
default DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.Builder.inputSchema(Consumer<SourceSchema.Builder> inputSchema) |
The schema inferred from the streaming source.
|
DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.Builder.inputSchema(SourceSchema inputSchema) |
The schema inferred from the streaming source.
|
DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.Builder.parsedInputRecords(Collection<? extends Collection<String>> parsedInputRecords) |
An array of elements, where each element corresponds to a row in a stream record (a stream record can have
more than one row).
|
DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.Builder.parsedInputRecords(Collection<String>... parsedInputRecords) |
An array of elements, where each element corresponds to a row in a stream record (a stream record can have
more than one row).
|
DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.Builder.processedInputRecords(String... processedInputRecords) |
The stream data that was modified by the processor specified in the InputProcessingConfiguration
parameter.
|
DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.Builder.processedInputRecords(Collection<String> processedInputRecords) |
The stream data that was modified by the processor specified in the InputProcessingConfiguration
parameter.
|
DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.Builder.rawInputRecords(String... rawInputRecords) |
The raw stream data that was sampled to infer the schema.
|
DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.Builder.rawInputRecords(Collection<String> rawInputRecords) |
The raw stream data that was sampled to infer the schema.
|
DiscoverInputSchemaResponse.Builder |
DiscoverInputSchemaResponse.toBuilder() |
|