public static interface ColumnSchema.Builder extends SdkPojo, CopyableBuilder<ColumnSchema.Builder,ColumnSchema>
| Modifier and Type | Method and Description |
|---|---|
ColumnSchema.Builder |
dataType(String dataType)
The data type of the column schema.
|
ColumnSchema.Builder |
geographicRole(String geographicRole)
The geographic role of the column schema.
|
ColumnSchema.Builder |
name(String name)
The name of the column schema.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnSchema.Builder name(String name)
The name of the column schema.
name - The name of the column schema.ColumnSchema.Builder dataType(String dataType)
The data type of the column schema.
dataType - The data type of the column schema.ColumnSchema.Builder geographicRole(String geographicRole)
The geographic role of the column schema.
geographicRole - The geographic role of the column schema.Copyright © 2023. All rights reserved.