| Package | Description |
|---|---|
| software.amazon.awssdk.services.keyspaces.model |
| Modifier and Type | Method and Description |
|---|---|
SchemaDefinition.Builder |
SchemaDefinition.Builder.allColumns(Collection<ColumnDefinition> allColumns)
The regular columns of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.allColumns(ColumnDefinition... allColumns)
The regular columns of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.allColumns(Consumer<ColumnDefinition.Builder>... allColumns)
The regular columns of the table.
|
static SchemaDefinition.Builder |
SchemaDefinition.builder() |
SchemaDefinition.Builder |
SchemaDefinition.Builder.clusteringKeys(ClusteringKey... clusteringKeys)
The columns that are part of the clustering key of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.clusteringKeys(Collection<ClusteringKey> clusteringKeys)
The columns that are part of the clustering key of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.clusteringKeys(Consumer<ClusteringKey.Builder>... clusteringKeys)
The columns that are part of the clustering key of the table.
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.partitionKeys(Collection<PartitionKey> partitionKeys)
The columns that are part of the partition key of the table .
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.partitionKeys(Consumer<PartitionKey.Builder>... partitionKeys)
The columns that are part of the partition key of the table .
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.partitionKeys(PartitionKey... partitionKeys)
The columns that are part of the partition key of the table .
|
SchemaDefinition.Builder |
SchemaDefinition.Builder.staticColumns(Collection<StaticColumn> staticColumns)
The columns that have been defined as
STATIC. |
SchemaDefinition.Builder |
SchemaDefinition.Builder.staticColumns(Consumer<StaticColumn.Builder>... staticColumns)
The columns that have been defined as
STATIC. |
SchemaDefinition.Builder |
SchemaDefinition.Builder.staticColumns(StaticColumn... staticColumns)
The columns that have been defined as
STATIC. |
SchemaDefinition.Builder |
SchemaDefinition.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SchemaDefinition.Builder> |
SchemaDefinition.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateTableRequest.Builder |
CreateTableRequest.Builder.schemaDefinition(Consumer<SchemaDefinition.Builder> schemaDefinition)
The
schemaDefinition consists of the following parameters. |
default GetTableResponse.Builder |
GetTableResponse.Builder.schemaDefinition(Consumer<SchemaDefinition.Builder> schemaDefinition)
The schema definition of the specified table.
|
Copyright © 2022. All rights reserved.