| Package | Description |
|---|---|
| com.amazonaws.services.iotanalytics.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition |
SchemaDefinition.clone() |
SchemaDefinition |
ParquetConfiguration.getSchemaDefinition()
Information needed to define a schema.
|
SchemaDefinition |
SchemaDefinition.withColumns(Collection<Column> columns)
Specifies one or more columns that store your data.
|
SchemaDefinition |
SchemaDefinition.withColumns(Column... columns)
Specifies one or more columns that store your data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParquetConfiguration.setSchemaDefinition(SchemaDefinition schemaDefinition)
Information needed to define a schema.
|
ParquetConfiguration |
ParquetConfiguration.withSchemaDefinition(SchemaDefinition schemaDefinition)
Information needed to define a schema.
|
Copyright © 2024. All rights reserved.