| Modifier and Type | Class and Description |
|---|---|
static class |
Attribute.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Attribute.Builder.build()
Builds the configured instance.
|
Attribute |
TableOptions.getPartitionKey()
Partition key attribute definition.
|
Attribute |
TableOptions.Jsii$Proxy.getPartitionKey()
Partition key attribute definition.
|
Attribute |
TableProps.Jsii$Proxy.getPartitionKey()
Partition key attribute definition.
|
Attribute |
GlobalSecondaryIndexProps.getPartitionKey()
The attribute of a partition key for the global secondary index.
|
Attribute |
GlobalSecondaryIndexProps.Jsii$Proxy.getPartitionKey()
The attribute of a partition key for the global secondary index.
|
Attribute |
TableOptions.getSortKey()
Table sort key attribute definition.
|
Attribute |
TableOptions.Jsii$Proxy.getSortKey()
Table sort key attribute definition.
|
Attribute |
TableProps.Jsii$Proxy.getSortKey()
Table sort key attribute definition.
|
Attribute |
LocalSecondaryIndexProps.getSortKey()
The attribute of a sort key for the local secondary index.
|
Attribute |
LocalSecondaryIndexProps.Jsii$Proxy.getSortKey()
The attribute of a sort key for the local secondary index.
|
Attribute |
GlobalSecondaryIndexProps.getSortKey()
The attribute of a sort key for the global secondary index.
|
Attribute |
GlobalSecondaryIndexProps.Jsii$Proxy.getSortKey()
The attribute of a sort key for the global secondary index.
|
| Modifier and Type | Method and Description |
|---|---|
TableOptions.Builder |
TableOptions.Builder.withPartitionKey(Attribute value)
Sets the value of PartitionKey
|
TableProps.Builder |
TableProps.Builder.withPartitionKey(Attribute value)
Sets the value of PartitionKey
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withPartitionKey(Attribute value)
Sets the value of PartitionKey
|
TableOptions.Builder |
TableOptions.Builder.withSortKey(Attribute value)
Sets the value of SortKey
|
TableProps.Builder |
TableProps.Builder.withSortKey(Attribute value)
Sets the value of SortKey
|
LocalSecondaryIndexProps.Builder |
LocalSecondaryIndexProps.Builder.withSortKey(Attribute value)
Sets the value of SortKey
|
GlobalSecondaryIndexProps.Builder |
GlobalSecondaryIndexProps.Builder.withSortKey(Attribute value)
Sets the value of SortKey
|
Copyright © 2019. All rights reserved.