ToCopyableBuilder<DiscoverInputSchemaResponse.Builder,DiscoverInputSchemaResponse>
@Generated("software.amazon.awssdk:codegen") public class DiscoverInputSchemaResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<DiscoverInputSchemaResponse.Builder,DiscoverInputSchemaResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
DiscoverInputSchemaResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static DiscoverInputSchemaResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
SourceSchema |
inputSchema() |
Schema inferred from the streaming source.
|
List<List<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).
|
List<String> |
rawInputRecords() |
Raw stream data that was sampled to infer the schema.
|
static Class<? extends DiscoverInputSchemaResponse.Builder> |
serializableBuilderClass() |
|
DiscoverInputSchemaResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public SourceSchema inputSchema()
Schema inferred from the streaming source. It identifies the format of the data in the streaming source and how each data element maps to corresponding columns in the in-application stream that you can create.
public List<List<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).
public List<String> rawInputRecords()
Raw stream data that was sampled to infer the schema.
public DiscoverInputSchemaResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DiscoverInputSchemaResponse.Builder,DiscoverInputSchemaResponse>
public static DiscoverInputSchemaResponse.Builder builder()
public static Class<? extends DiscoverInputSchemaResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.