public static interface Column.Builder extends SdkPojo, CopyableBuilder<Column.Builder,Column>
| Modifier and Type | Method and Description |
|---|---|
Column.Builder |
name(String name)
The name of the column.
|
Column.Builder |
type(String type)
The 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 type of the column.
type - The type of the column.Copyright © 2023. All rights reserved.