public static interface Column.Builder extends SdkPojo, CopyableBuilder<Column.Builder,Column>
| Modifier and Type | Method and Description |
|---|---|
Column.Builder |
comment(String comment)
A free-form text comment.
|
Column.Builder |
name(String name)
The name of the
Column. |
Column.Builder |
parameters(Map<String,String> parameters)
These key-value pairs define properties associated with 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)
A free-form text comment.
comment - A free-form text comment.Column.Builder parameters(Map<String,String> parameters)
These key-value pairs define properties associated with the column.
parameters - These key-value pairs define properties associated with the column.Copyright © 2023. All rights reserved.