@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.079Z") @Stability(value=Stable) public interface SchemaOptions extends software.amazon.jsii.JsiiSerializable
Example:
Table table; SchemaOptions schema = table.schema(); Attribute partitionKey = schema.getPartitionKey(); Attribute sortKey = schema.getSortKey();
| Modifier and Type | Interface and Description |
|---|---|
static class |
SchemaOptions.Builder
A builder for
SchemaOptions |
static class |
SchemaOptions.Jsii$Proxy
An implementation for
SchemaOptions |
| Modifier and Type | Method and Description |
|---|---|
static SchemaOptions.Builder |
builder() |
Attribute |
getPartitionKey()
Partition key attribute definition.
|
default Attribute |
getSortKey()
Sort key attribute definition.
|
@Stability(value=Stable) @NotNull Attribute getPartitionKey()
@Stability(value=Stable) @Nullable default Attribute getSortKey()
Default: no sort key
@Stability(value=Stable) static SchemaOptions.Builder builder()
SchemaOptions.Builder of SchemaOptionsCopyright © 2022. All rights reserved.