public static interface InputColumn.Builder extends SdkPojo, CopyableBuilder<InputColumn.Builder,InputColumn>
| Modifier and Type | Method and Description |
|---|---|
InputColumn.Builder |
name(String name)
The name of this column in the underlying data source.
|
InputColumn.Builder |
type(InputColumnDataType type)
The data type of the column.
|
InputColumn.Builder |
type(String type)
The data type of the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInputColumn.Builder name(String name)
The name of this column in the underlying data source.
name - The name of this column in the underlying data source.InputColumn.Builder type(String type)
The data type of the column.
type - The data type of the column.InputColumnDataType,
InputColumnDataTypeInputColumn.Builder type(InputColumnDataType type)
The data type of the column.
type - The data type of the column.InputColumnDataType,
InputColumnDataTypeCopyright © 2020. All rights reserved.