public static interface SchemaUnion.Builder extends SdkPojo, CopyableBuilder<SchemaUnion.Builder,SchemaUnion>
| Modifier and Type | Method and Description |
|---|---|
default SchemaUnion.Builder |
tabularSchemaConfig(Consumer<SchemaDefinition.Builder> tabularSchemaConfig)
The configuration for a schema on a tabular Dataset.
|
SchemaUnion.Builder |
tabularSchemaConfig(SchemaDefinition tabularSchemaConfig)
The configuration for a schema on a tabular Dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSchemaUnion.Builder tabularSchemaConfig(SchemaDefinition tabularSchemaConfig)
The configuration for a schema on a tabular Dataset.
tabularSchemaConfig - The configuration for a schema on a tabular Dataset.default SchemaUnion.Builder tabularSchemaConfig(Consumer<SchemaDefinition.Builder> tabularSchemaConfig)
The configuration for a schema on a tabular Dataset.
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 tabularSchemaConfig(SchemaDefinition).
tabularSchemaConfig - a consumer that will call methods on SchemaDefinition.BuildertabularSchemaConfig(SchemaDefinition)Copyright © 2023. All rights reserved.