@Generated(value="software.amazon.awssdk:codegen") public final class UnableToDetectSchemaException extends KinesisAnalyticsV2Exception implements ToCopyableBuilder<UnableToDetectSchemaException.Builder,UnableToDetectSchemaException>
The data format is not valid. Amazon Kinesis Data Analytics cannot detect the schema for the given streaming source.
| Modifier and Type | Class and Description |
|---|---|
static interface |
UnableToDetectSchemaException.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UnableToDetectSchemaException.Builder |
builder() |
List<String> |
processedInputRecords()
Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. |
List<String> |
rawInputRecords()
Raw stream data that was sampled to infer the schema.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UnableToDetectSchemaException.Builder> |
serializableBuilderClass() |
UnableToDetectSchemaException.Builder |
toBuilder()
Create a
AwsServiceException.Builder initialized with the properties of this AwsServiceException. |
awsErrorDetails, getMessage, isClockSkewException, isThrottlingExceptionrequestId, statusCoderetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitcopypublic UnableToDetectSchemaException.Builder toBuilder()
AwsServiceExceptionAwsServiceException.Builder initialized with the properties of this AwsServiceException.toBuilder in interface ToCopyableBuilder<UnableToDetectSchemaException.Builder,UnableToDetectSchemaException>toBuilder in class KinesisAnalyticsV2Exceptionpublic static UnableToDetectSchemaException.Builder builder()
public static Class<? extends UnableToDetectSchemaException.Builder> serializableBuilderClass()
public List<String> rawInputRecords()
Raw stream data that was sampled to infer the schema.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> processedInputRecords()
Stream data that was modified by the processor specified in the InputProcessingConfiguration
parameter.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
InputProcessingConfiguration
parameter.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.