@Stability(value=Stable)
public static interface CfnTable.ColumnProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cassandra.*;
ColumnProperty columnProperty = ColumnProperty.builder()
.columnName("columnName")
.columnType("columnType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.ColumnProperty.Builder
A builder for
CfnTable.ColumnProperty |
static class |
CfnTable.ColumnProperty.Jsii$Proxy
An implementation for
CfnTable.ColumnProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.ColumnProperty.Builder |
builder() |
String |
getColumnName()
The name of the column.
|
String |
getColumnType()
The data type of the column.
|
@Stability(value=Stable) @NotNull String getColumnName()
For more information, see Identifiers in the Amazon Keyspaces Developer Guide .
@Stability(value=Stable) @NotNull String getColumnType()
For more information, see Data types in the Amazon Keyspaces Developer Guide .
@Stability(value=Stable) static CfnTable.ColumnProperty.Builder builder()
CfnTable.ColumnProperty.Builder of CfnTable.ColumnPropertyCopyright © 2022. All rights reserved.