public static interface ColumnDefinition.Builder extends SdkPojo, CopyableBuilder<ColumnDefinition.Builder,ColumnDefinition>
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition.Builder |
name(String name)
The name of the column.
|
ColumnDefinition.Builder |
type(String type)
The data type of the column.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildColumnDefinition.Builder name(String name)
The name of the column.
name - The name of the column.ColumnDefinition.Builder type(String type)
The data type of the column. For a list of available data types, see Data types in the Amazon Keyspaces Developer Guide.
type - The data type of the column. For a list of available data types, see Data
types in the Amazon Keyspaces Developer Guide.Copyright © 2022. All rights reserved.