static LocalSecondaryIndex.Builder |
LocalSecondaryIndex.builder() |
|
LocalSecondaryIndex.Builder |
LocalSecondaryIndex.Builder.indexName(String indexName) |
The name of the local secondary index.
|
LocalSecondaryIndex.Builder |
LocalSecondaryIndex.Builder.keySchema(Collection<KeySchemaElement> keySchema) |
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and
key types:
|
LocalSecondaryIndex.Builder |
LocalSecondaryIndex.Builder.keySchema(Consumer<KeySchemaElement.Builder>... keySchema) |
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and
key types:
|
LocalSecondaryIndex.Builder |
LocalSecondaryIndex.Builder.keySchema(KeySchemaElement... keySchema) |
The complete key schema for the local secondary index, consisting of one or more pairs of attribute names and
key types:
|
default LocalSecondaryIndex.Builder |
LocalSecondaryIndex.Builder.projection(Consumer<Projection.Builder> projection) |
Represents attributes that are copied (projected) from the table into the local secondary index.
|
LocalSecondaryIndex.Builder |
LocalSecondaryIndex.Builder.projection(Projection projection) |
Represents attributes that are copied (projected) from the table into the local secondary index.
|
LocalSecondaryIndex.Builder |
LocalSecondaryIndex.toBuilder() |
|