public static interface UnableToDetectSchemaException.Builder extends SdkPojo, CopyableBuilder<UnableToDetectSchemaException.Builder,UnableToDetectSchemaException>, KinesisAnalyticsV2Exception.Builder
Modifier and Type | Method and Description |
---|---|
UnableToDetectSchemaException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails)
Specifies the additional awsErrorDetails from the service response.
|
UnableToDetectSchemaException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
UnableToDetectSchemaException.Builder |
message(String message)
Specifies the details of this exception.
|
UnableToDetectSchemaException.Builder |
processedInputRecords(Collection<String> processedInputRecords)
Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. |
UnableToDetectSchemaException.Builder |
processedInputRecords(String... processedInputRecords)
Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. |
UnableToDetectSchemaException.Builder |
rawInputRecords(Collection<String> rawInputRecords)
Raw stream data that was sampled to infer the schema.
|
UnableToDetectSchemaException.Builder |
rawInputRecords(String... rawInputRecords)
Raw stream data that was sampled to infer the schema.
|
UnableToDetectSchemaException.Builder |
requestId(String requestId)
Specifies the requestId returned by the called service.
|
UnableToDetectSchemaException.Builder |
statusCode(int statusCode)
Specifies the status code returned by the service.
|
copy
applyMutation, build
awsErrorDetails, build
requestId, statusCode
cause, message
UnableToDetectSchemaException.Builder rawInputRecords(Collection<String> rawInputRecords)
Raw stream data that was sampled to infer the schema.
rawInputRecords
- Raw stream data that was sampled to infer the schema.UnableToDetectSchemaException.Builder rawInputRecords(String... rawInputRecords)
Raw stream data that was sampled to infer the schema.
rawInputRecords
- Raw stream data that was sampled to infer the schema.UnableToDetectSchemaException.Builder processedInputRecords(Collection<String> processedInputRecords)
Stream data that was modified by the processor specified in the InputProcessingConfiguration
parameter.
processedInputRecords
- Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter.UnableToDetectSchemaException.Builder processedInputRecords(String... processedInputRecords)
Stream data that was modified by the processor specified in the InputProcessingConfiguration
parameter.
processedInputRecords
- Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter.UnableToDetectSchemaException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
AwsServiceException.Builder
awsErrorDetails
in interface AwsServiceException.Builder
awsErrorDetails
in interface KinesisAnalyticsV2Exception.Builder
awsErrorDetails
- Object containing additional details from the response.UnableToDetectSchemaException.Builder message(String message)
SdkException.Builder
message
in interface AwsServiceException.Builder
message
in interface KinesisAnalyticsV2Exception.Builder
message
in interface SdkException.Builder
message
in interface SdkServiceException.Builder
message
- The details of this exception.UnableToDetectSchemaException.Builder requestId(String requestId)
SdkServiceException.Builder
requestId
in interface AwsServiceException.Builder
requestId
in interface KinesisAnalyticsV2Exception.Builder
requestId
in interface SdkServiceException.Builder
requestId
- A string that identifies the request made to a service.UnableToDetectSchemaException.Builder statusCode(int statusCode)
SdkServiceException.Builder
statusCode
in interface AwsServiceException.Builder
statusCode
in interface KinesisAnalyticsV2Exception.Builder
statusCode
in interface SdkServiceException.Builder
statusCode
- an int containing the status code returned by the service.UnableToDetectSchemaException.Builder cause(Throwable cause)
SdkException.Builder
cause
in interface AwsServiceException.Builder
cause
in interface KinesisAnalyticsV2Exception.Builder
cause
in interface SdkException.Builder
cause
in interface SdkServiceException.Builder
cause
- The exception that caused this exception to occur.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.