@Stability(value=Stable)
public static interface CfnTable.ClusteringKeyColumnProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
ClusteringKeyColumnProperty clusteringKeyColumnProperty = ClusteringKeyColumnProperty.builder()
.column(ColumnProperty.builder()
.columnName("columnName")
.columnType("columnType")
.build())
// the properties below are optional
.orderBy("orderBy")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTable.ClusteringKeyColumnProperty.Builder
A builder for
CfnTable.ClusteringKeyColumnProperty |
static class |
CfnTable.ClusteringKeyColumnProperty.Jsii$Proxy
An implementation for
CfnTable.ClusteringKeyColumnProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnTable.ClusteringKeyColumnProperty.Builder |
builder() |
Object |
getColumn()
`CfnTable.ClusteringKeyColumnProperty.Column`.
|
default String |
getOrderBy()
`CfnTable.ClusteringKeyColumnProperty.OrderBy`.
|
@Stability(value=Stable) @NotNull Object getColumn()
@Stability(value=Stable) @Nullable default String getOrderBy()
@Stability(value=Stable) static CfnTable.ClusteringKeyColumnProperty.Builder builder()
Copyright © 2021. All rights reserved.