@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:28.028Z") @Stability(value=Experimental) 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()
(experimental) Partition key attribute definition.
|
default Attribute |
getSortKey()
(experimental) Sort key attribute definition.
|
@Stability(value=Experimental) @NotNull Attribute getPartitionKey()
@Stability(value=Experimental) @Nullable default Attribute getSortKey()
Default: no sort key
@Stability(value=Experimental) static SchemaOptions.Builder builder()
SchemaOptions.Builder of SchemaOptionsCopyright © 2022. All rights reserved.