public static interface ParquetConfiguration.Builder extends SdkPojo, CopyableBuilder<ParquetConfiguration.Builder,ParquetConfiguration>
| Modifier and Type | Method and Description |
|---|---|
default ParquetConfiguration.Builder |
schemaDefinition(Consumer<SchemaDefinition.Builder> schemaDefinition)
Information needed to define a schema.
|
ParquetConfiguration.Builder |
schemaDefinition(SchemaDefinition schemaDefinition)
Information needed to define a schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildParquetConfiguration.Builder schemaDefinition(SchemaDefinition schemaDefinition)
Information needed to define a schema.
schemaDefinition - Information needed to define a schema.default ParquetConfiguration.Builder schemaDefinition(Consumer<SchemaDefinition.Builder> schemaDefinition)
Information needed to define a schema.
This is a convenience method that creates an instance of theSchemaDefinition.Builder avoiding the
need to create one manually via SchemaDefinition.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to schemaDefinition(SchemaDefinition).
schemaDefinition - a consumer that will call methods on SchemaDefinition.BuilderschemaDefinition(SchemaDefinition)Copyright © 2023. All rights reserved.