public static interface Column.Builder extends SdkPojo, CopyableBuilder<Column.Builder,Column>
| Modifier and Type | Method and Description |
|---|---|
Column.Builder |
comment(String comment)
Optional information about the column.
|
Column.Builder |
name(String name)
The name of the column.
|
Column.Builder |
type(String type)
The data type of the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumn.Builder name(String name)
The name of the column.
name - The name of the column.Column.Builder type(String type)
The data type of the column.
type - The data type of the column.Column.Builder comment(String comment)
Optional information about the column.
comment - Optional information about the column.Copyright © 2023. All rights reserved.