public static interface ColumnDescription.Builder extends SdkPojo, CopyableBuilder<ColumnDescription.Builder,ColumnDescription>
| Modifier and Type | Method and Description |
|---|---|
ColumnDescription.Builder |
name(String name)
The name of the column description.
|
ColumnDescription.Builder |
type(ColumnType type)
The type of the column description.
|
ColumnDescription.Builder |
type(String type)
The type of the column description.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnDescription.Builder name(String name)
The name of the column description.
name - The name of the column description.ColumnDescription.Builder type(String type)
The type of the column description.
type - The type of the column description.ColumnType,
ColumnTypeColumnDescription.Builder type(ColumnType type)
The type of the column description.
type - The type of the column description.ColumnType,
ColumnTypeCopyright © 2023. All rights reserved.