@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UnableToDetectSchemaException extends AmazonKinesisAnalyticsException
Data format is not valid, Amazon Kinesis Analytics is not able to detect schema for the given streaming source.
AmazonServiceException.ErrorType| Constructor and Description |
|---|
UnableToDetectSchemaException(String message)
Constructs a new UnableToDetectSchemaException with the specified error message.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getProcessedInputRecords() |
List<String> |
getRawInputRecords() |
void |
setProcessedInputRecords(Collection<String> processedInputRecords) |
void |
setRawInputRecords(Collection<String> rawInputRecords) |
UnableToDetectSchemaException |
withProcessedInputRecords(Collection<String> processedInputRecords) |
UnableToDetectSchemaException |
withProcessedInputRecords(String... processedInputRecords)
NOTE: This method appends the values to the existing list (if any).
|
UnableToDetectSchemaException |
withRawInputRecords(Collection<String> rawInputRecords) |
UnableToDetectSchemaException |
withRawInputRecords(String... rawInputRecords)
NOTE: This method appends the values to the existing list (if any).
|
getErrorCode, getErrorMessage, getErrorType, getHttpHeaders, getMessage, getRawResponse, getRawResponseContent, getRequestId, getServiceName, getStatusCode, setErrorCode, setErrorMessage, setErrorType, setHttpHeaders, setRawResponse, setRawResponseContent, setRequestId, setServiceName, setStatusCodeisRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToDetectSchemaException(String message)
message - Describes the error encountered.public void setRawInputRecords(Collection<String> rawInputRecords)
rawInputRecords - public UnableToDetectSchemaException withRawInputRecords(String... rawInputRecords)
NOTE: This method appends the values to the existing list (if any). Use
setRawInputRecords(java.util.Collection) or withRawInputRecords(java.util.Collection) if you
want to override the existing values.
rawInputRecords - public UnableToDetectSchemaException withRawInputRecords(Collection<String> rawInputRecords)
rawInputRecords - public void setProcessedInputRecords(Collection<String> processedInputRecords)
processedInputRecords - public UnableToDetectSchemaException withProcessedInputRecords(String... processedInputRecords)
NOTE: This method appends the values to the existing list (if any). Use
setProcessedInputRecords(java.util.Collection) or
withProcessedInputRecords(java.util.Collection) if you want to override the existing values.
processedInputRecords - public UnableToDetectSchemaException withProcessedInputRecords(Collection<String> processedInputRecords)
processedInputRecords - Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.