| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisanalyticsv2.model |
| Modifier and Type | Method and Description |
|---|---|
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.Builder.awsErrorDetails(AwsErrorDetails awsErrorDetails) |
static UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.builder() |
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.Builder.cause(Throwable cause) |
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.Builder.message(String message) |
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.Builder.processedInputRecords(Collection<String> processedInputRecords)
Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. |
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.Builder.processedInputRecords(String... processedInputRecords)
Stream data that was modified by the processor specified in the
InputProcessingConfiguration
parameter. |
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.Builder.rawInputRecords(Collection<String> rawInputRecords)
Raw stream data that was sampled to infer the schema.
|
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.Builder.rawInputRecords(String... rawInputRecords)
Raw stream data that was sampled to infer the schema.
|
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.Builder.requestId(String requestId) |
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.Builder.statusCode(int statusCode) |
UnableToDetectSchemaException.Builder |
UnableToDetectSchemaException.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UnableToDetectSchemaException.Builder> |
UnableToDetectSchemaException.serializableBuilderClass() |
Copyright © 2022. All rights reserved.